aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Server
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2017-08-20 14:11:51 +0200
committerShauren <shauren.trinity@gmail.com>2017-08-20 14:12:25 +0200
commitfb1fdf27b951fafbcb68c97675f75ef98aa5e3b7 (patch)
tree231abb9641515e0e75abdcf09b5f0ef7dfbc962b /src/server/game/Server
parent6a296c7c91fe00144c858b8a611537da05d7e8ac (diff)
Core/Creatures: Fixed trainers that don't use gossip but open trainer list directly from CMSG_TRAINER_LIST
Diffstat (limited to 'src/server/game/Server')
-rw-r--r--src/server/game/Server/WorldSession.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/game/Server/WorldSession.h b/src/server/game/Server/WorldSession.h
index 2addad0b5c2..d2e39197b10 100644
--- a/src/server/game/Server/WorldSession.h
+++ b/src/server/game/Server/WorldSession.h
@@ -972,7 +972,7 @@ class TC_GAME_API WorldSession
void SendNameQueryOpcode(ObjectGuid guid);
- void SendTrainerList(ObjectGuid guid, uint32 trainerId);
+ void SendTrainerList(Creature* npc, uint32 trainerId);
void SendListInventory(ObjectGuid guid);
void SendShowBank(ObjectGuid guid);
bool CanOpenMailBox(ObjectGuid guid);