Core: whitespace cleanup, reduce double blank line to single (#25795)

* Core/Misc: fix double empty line

* worldserver.conf

(cherry picked from commit a32b6b8ac4)
This commit is contained in:
Kargatum
2021-01-03 17:47:07 +07:00
committed by Shauren
parent 05a9b2d2cb
commit 373ed8f46b
107 changed files with 0 additions and 144 deletions
-2
View File
@@ -378,7 +378,6 @@ Unit::Unit(bool isWorldObject) :
}
m_baseSpellCritChance = 5;
for (uint8 i = 0; i < MAX_MOVE_TYPE; ++i)
m_speed_rate[i] = 1.0f;
@@ -10911,7 +10910,6 @@ void Unit::SetRooted(bool apply, bool packetOnly /*= false*/)
RemoveUnitMovementFlag(MOVEMENTFLAG_ROOT);
}
static OpcodeServer const rootOpcodeTable[2][2] =
{
{ SMSG_MOVE_SPLINE_UNROOT, SMSG_MOVE_UNROOT },