mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
Core/Misc Remove WhiteSpaces (#18379)
(cherry picked from commit 7e0a616657)
This commit is contained in:
@@ -80,13 +80,13 @@ void SmartWaypointMgr::LoadFromDB()
|
||||
TC_LOG_ERROR("sql.sql", "SmartWaypointMgr::LoadFromDB: Path entry %u, unexpected point id %u, expected %u.", entry, id, last_id);
|
||||
|
||||
last_id++;
|
||||
|
||||
|
||||
WayPoint point;
|
||||
point.id = id;
|
||||
point.x = x;
|
||||
point.y = y;
|
||||
point.z = z;
|
||||
|
||||
|
||||
path.push_back(std::move(point));
|
||||
|
||||
last_entry = entry;
|
||||
|
||||
@@ -290,7 +290,7 @@ public:
|
||||
me->ApplySpellImmune(0, IMMUNITY_STATE, SPELL_AURA_MOD_TAUNT, false);
|
||||
me->ApplySpellImmune(0, IMMUNITY_EFFECT, SPELL_EFFECT_ATTACK_ME, false);
|
||||
ScheduleEvents();
|
||||
|
||||
|
||||
// Attack the stored target
|
||||
if (Unit* oldTarget = ObjectAccessor::GetUnit(*me, _oldTargetGUID))
|
||||
if (Unit* currentTarget = ObjectAccessor::GetUnit(*me, _targetGUID))
|
||||
|
||||
Reference in New Issue
Block a user