mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-03-11 19:45:20 +00:00
refactor(Core): SendDirectMessage (#23230)
This commit is contained in:
@@ -199,7 +199,7 @@ public:
|
||||
|
||||
WorldPacket data(SMSG_UPDATE_INSTANCE_ENCOUNTER_UNIT, 4);
|
||||
data << uint32(ENCOUNTER_FRAME_REFRESH_FRAMES);
|
||||
_owner->GetSession()->SendPacket(&data);
|
||||
_owner->SendDirectMessage(&data);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user