Changeset 152 for trunk/src/game/WorldSession.h
- Timestamp:
- 11/19/08 13:41:09 (17 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/game/WorldSession.h
r112 r152 31 31 struct ItemPrototype; 32 32 struct AuctionEntry; 33 struct DeclinedName; 33 34 34 35 class Creature; … … 83 84 void SendNotification(const char *format,...) ATTR_PRINTF(2,3); 84 85 void SendNotification(int32 string_id,...); 86 void SendPetNameInvalid(uint32 error, std::string name, DeclinedName *declinedName); 85 87 void SendLfgResult(uint32 type, uint32 entry, uint8 lfg_type); 86 88 void SendPartyResult(PartyOperation operation, std::string member, PartyResult res); … … 89 91 uint32 GetSecurity() const { return _security; } 90 92 uint32 GetAccountId() const { return _accountId; } 91 //std::string const& GetRemoteAddress() const { return m_remoteaddress; }92 93 Player* GetPlayer() const { return _player; } 93 94 char const* GetPlayerName() const; … … 117 118 void QueuePacket(WorldPacket* new_packet); 118 119 bool Update(uint32 diff); 119 120 120 121 /// Handle the authentication waiting queue (to be completed) 121 122 void SendAuthWaitQue(uint32 position); … … 534 535 void HandlePetUnlearnOpcode( WorldPacket& recvPacket ); 535 536 void HandlePetSpellAutocastOpcode( WorldPacket& recvPacket ); 536 void Handle AddDynamicTargetObsoleteOpcode( WorldPacket& recvPacket );537 void HandlePetCastSpellOpcode( WorldPacket& recvPacket ); 537 538 538 539 void HandleSetActionBar(WorldPacket& recv_data);