aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Server
diff options
context:
space:
mode:
authorDiscover- <amort11@hotmail.com>2014-01-19 07:29:11 -0800
committerDiscover- <amort11@hotmail.com>2014-01-19 07:29:11 -0800
commitf6264169d8c2297fd89026e90dbf7ff9d0c20ba0 (patch)
tree14105ffcfbc622aa590371371316725a0355c9c7 /src/server/game/Server
parent939a25346b5744b4fa3e55e79e0d0ab5efc11962 (diff)
parent2f3cc24e7fedf54e6171e6a9da2b24832372459c (diff)
Merge pull request #11299 from Carbenium/MailboxCmd
Core/Command: Add mailbox command
Diffstat (limited to 'src/server/game/Server')
-rw-r--r--src/server/game/Server/WorldSession.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/server/game/Server/WorldSession.h b/src/server/game/Server/WorldSession.h
index 8b00cb9432e..904006e174d 100644
--- a/src/server/game/Server/WorldSession.h
+++ b/src/server/game/Server/WorldSession.h
@@ -275,6 +275,8 @@ class WorldSession
void SendTrainerList(uint64 guid, std::string const& strTitle);
void SendListInventory(uint64 guid);
void SendShowBank(uint64 guid);
+ bool CanOpenMailBox(uint64 guid);
+ void SendShowMailBox(uint64 guid);
void SendTabardVendorActivate(uint64 guid);
void SendSpiritResurrect();
void SendBindPoint(Creature* npc);