From a644206f88601119c74aeb49030a22f9ce39d421 Mon Sep 17 00:00:00 2001 From: Shauren Date: Thu, 26 May 2011 23:31:46 +0200 Subject: Scripts: Removed SEND_VENDORLIST and SEND_TRAINERLIST defines --- src/server/scripts/EasternKingdoms/ghostlands.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/server/scripts/EasternKingdoms/ghostlands.cpp') 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; } -- cgit v1.2.3