diff options
| author | n0n4m3 <none@none> | 2009-12-17 13:07:38 +0100 |
|---|---|---|
| committer | n0n4m3 <none@none> | 2009-12-17 13:07:38 +0100 |
| commit | 89656d5749f72803edbdd5f9840ba6b4c21f3987 (patch) | |
| tree | aaa42c476367db67fc7fe72488f83e56251d1408 /src/game/WorldSession.h | |
| parent | 8b95981ed09b4a6edbf734c1ee1c639b6cdb9870 (diff) | |
Restore some commits from trinitycore2 3.1.3
--HG--
branch : trunk
Diffstat (limited to 'src/game/WorldSession.h')
| -rw-r--r-- | src/game/WorldSession.h | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/src/game/WorldSession.h b/src/game/WorldSession.h index 3762c4ee741..dcd5a9f86ee 100644 --- a/src/game/WorldSession.h +++ b/src/game/WorldSession.h @@ -28,7 +28,6 @@ #include "Common.h" #include "SharedDefines.h" -class MailItemsInfo; struct ItemPrototype; struct AuctionEntry; struct DeclinedName; @@ -42,7 +41,6 @@ class Unit; class GameObject; class WorldPacket; class WorldSocket; -class WorldSession; class QueryResult; class LoginQueryHolder; class CharacterHandler; @@ -225,13 +223,8 @@ class TRINITY_DLL_SPEC WorldSession m_TutorialsChanged = true; } } - - //mail - //used with item_page table + //used with item_page table bool SendItemInfo( uint32 itemid, WorldPacket data ); - static void SendReturnToSender(uint8 messageType, uint32 sender_acc, uint32 sender_guid, uint32 receiver_guid, const std::string& subject, uint32 itemTextId, MailItemsInfo *mi, uint32 money, uint16 mailTemplateId = 0); - static void SendMailTo(Player* receiver, uint8 messageType, uint8 stationery, uint32 sender_guidlow_or_entry, uint32 received_guidlow, std::string subject, uint32 itemTextId, MailItemsInfo* mi, uint32 money, uint32 COD, uint32 checked, uint32 deliver_delay = 0, uint16 mailTemplateId = 0); - //auction void SendAuctionHello( uint64 guid, Creature * unit ); void SendAuctionCommandResult( uint32 auctionId, uint32 Action, uint32 ErrorCode, uint32 bidError = 0); |
