diff options
author | Shauren <shauren.trinity@gmail.com> | 2011-05-26 23:31:46 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2011-05-26 23:31:46 +0200 |
commit | a644206f88601119c74aeb49030a22f9ce39d421 (patch) | |
tree | 8e9bd133414f63cf072393053d7042f1e2adf441 /src/server/scripts/EasternKingdoms/ghostlands.cpp | |
parent | 7abb302d8f9caf7adb109d7602896c185dea9095 (diff) |
Scripts: Removed SEND_VENDORLIST and SEND_TRAINERLIST defines
Diffstat (limited to 'src/server/scripts/EasternKingdoms/ghostlands.cpp')
-rw-r--r-- | src/server/scripts/EasternKingdoms/ghostlands.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/scripts/EasternKingdoms/ghostlands.cpp b/src/server/scripts/EasternKingdoms/ghostlands.cpp index 31a574ccef8..6c527275864 100644 --- a/src/server/scripts/EasternKingdoms/ghostlands.cpp +++ b/src/server/scripts/EasternKingdoms/ghostlands.cpp @@ -121,7 +121,7 @@ public: { pPlayer->PlayerTalkClass->ClearMenus(); if (uiAction == GOSSIP_ACTION_TRADE) - pPlayer->SEND_VENDORLIST(pCreature->GetGUID()); + pPlayer->GetSession()->SendListInventory(pCreature->GetGUID()); return true; } |