Fix cmangos wotlk build

This commit is contained in:
Rochet2
2016-12-16 18:44:25 +02:00
parent b6270285f8
commit 0e78349861
3 changed files with 33 additions and 3 deletions

View File

@@ -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
}