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/game/AI/ScriptedAI | |
| parent | 7abb302d8f9caf7adb109d7602896c185dea9095 (diff) | |
Scripts: Removed SEND_VENDORLIST and SEND_TRAINERLIST defines
Diffstat (limited to 'src/server/game/AI/ScriptedAI')
| -rw-r--r-- | src/server/game/AI/ScriptedAI/ScriptedGossip.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/server/game/AI/ScriptedAI/ScriptedGossip.h b/src/server/game/AI/ScriptedAI/ScriptedGossip.h index 59943fa2c9c..20616133016 100644 --- a/src/server/game/AI/ScriptedAI/ScriptedGossip.h +++ b/src/server/game/AI/ScriptedAI/ScriptedGossip.h @@ -88,8 +88,4 @@ enum eTradeskill // Closes the Menu #define CLOSE_GOSSIP_MENU() PlayerTalkClass->CloseGossip() -// Fuctions to send NPC lists, a - is always the npc guid(uint64) -#define SEND_VENDORLIST(a) GetSession()->SendListInventory(a) -#define SEND_TRAINERLIST(a) GetSession()->SendTrainerList(a) - #endif |
