mirror of
https://github.com/azerothcore/azerothcore-wotlk.git
synced 2026-01-27 23:01:14 -08:00
fix(Core/npc_professions): Swordsmith specialization (#1966)
Fix for master blacksmithing trainer not teaching master swordsmith
This commit is contained in:
parent
6df2348cf4
commit
ce3d3b42d4
1 changed files with 1 additions and 1 deletions
|
|
@ -734,7 +734,7 @@ public:
|
|||
//unknown textID (TALK_AXE_LEARN)
|
||||
SendGossipMenuFor(player, player->GetGossipTextId(creature), creature->GetGUID());
|
||||
break;
|
||||
player->ADD_GOSSIP_ITEM(GOSSIP_ICON_CHAT, GOSSIP_LEARN_SWORD, GOSSIP_SENDER_CHECK, action);
|
||||
case N_TRAINER_SWORD:
|
||||
AddGossipItemFor(player, GOSSIP_ICON_CHAT, GOSSIP_LEARN_SWORD, GOSSIP_SENDER_CHECK, action);
|
||||
//unknown textID (TALK_SWORD_LEARN)
|
||||
SendGossipMenuFor(player, player->GetGossipTextId(creature), creature->GetGUID());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue