mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-19 11:55:43 +00:00
committed by
GitHub
parent
f2a5a12bd0
commit
0556f0b3d5
@@ -71,6 +71,10 @@ namespace lfg
|
||||
|
||||
namespace WorldPackets
|
||||
{
|
||||
namespace Totem
|
||||
{
|
||||
class TotemDestroyed;
|
||||
}
|
||||
|
||||
namespace Bank
|
||||
{
|
||||
@@ -852,7 +856,7 @@ public: // opcodes handlers
|
||||
void HandleCharRenameCallBack(std::shared_ptr<CharacterRenameInfo> renameInfo, PreparedQueryResult result);
|
||||
void HandleSetPlayerDeclinedNames(WorldPacket& recvData);
|
||||
|
||||
void HandleTotemDestroyed(WorldPacket& recvData);
|
||||
void HandleTotemDestroyed(WorldPackets::Totem::TotemDestroyed& totemDestroyed);
|
||||
void HandleDismissCritter(WorldPacket& recvData);
|
||||
|
||||
//Battleground
|
||||
|
||||
Reference in New Issue
Block a user