如何通过Blizaard API获取项目中的拼写信息



我可以通过item api获得一个节点"itemSpells"。但如果我想获得详细信息,我该如何获得?就像:"itemSpells":[

    {
        "spellId": 109848,
        "spell": 
        {
            "id": 109848,
            "name": "Item - Dragon Soul - Proc - Int Spirit Mace 1H LFR",
            "icon": "spell_holy_avenginewrath",
            "description": ""
        },
        "nCharges": 0,
        "consumable": false,
        "categoryId": 0,
        "trigger": "ON_EQUIP"
    }],

http://www.wowpedia.org/World_of_Warcraft_API#Spell_Functions

您正在查找GetSpellInfo()吗?

相关内容

  • 没有找到相关文章

最新更新