mirror of
https://github.com/azerothcore/mod-ale
synced 2025-11-29 15:38:17 +08:00
Fix cmangos wotlk build
This commit is contained in:
@@ -3877,7 +3877,11 @@ namespace LuaPlayer
|
||||
data << uint32(0); // unk
|
||||
data << uint8(0); // count
|
||||
data << uint32(0); // unk
|
||||
#ifdef CMANGOS
|
||||
invited->GetSession()->SendPacket(data);
|
||||
#else
|
||||
invited->GetSession()->SendPacket(&data);
|
||||
#endif
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user