mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-10 03:59:05 +01:00
warning fix²
This commit is contained in:
@@ -1145,6 +1145,8 @@ bool Creature::SetCanFly(bool enable, bool packetOnly /*= false*/)
|
||||
WorldPacket data(enable ? SMSG_SPLINE_MOVE_SET_FLYING : SMSG_SPLINE_MOVE_UNSET_FLYING);
|
||||
WriteMovementInfo(data);
|
||||
SendMessageToSet(&data, false);
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
void Creature::InitializeReactState()
|
||||
|
||||
Reference in New Issue
Block a user