mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 18:36:31 +01:00
Core: Remove some silly pramga-section warnings
This commit is contained in:
@@ -2481,9 +2481,6 @@ class Player : public Unit, public GridObject<Player>
|
||||
void AddWhisperWhiteList(uint64 guid) { WhisperList.push_back(guid); }
|
||||
bool IsInWhisperWhiteList(uint64 guid);
|
||||
|
||||
#pragma region Player Movement
|
||||
|
||||
|
||||
/*! These methods send different packets to the client in apply and unapply case.
|
||||
These methods are only sent to the current unit.
|
||||
*/
|
||||
@@ -2525,8 +2522,6 @@ class Player : public Unit, public GridObject<Player>
|
||||
return modelData->CollisionHeight;
|
||||
}
|
||||
}
|
||||
#pragma endregion Player Movement
|
||||
|
||||
|
||||
protected:
|
||||
// Gamemaster whisper whitelist
|
||||
|
||||
Reference in New Issue
Block a user