mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-30 13:47:23 +01:00
Core: Remove whitespace
This commit is contained in:
@@ -68,7 +68,7 @@ class boss_salramm : public CreatureScript
|
||||
events.ScheduleEvent(EVENT_CURSE_FLESH, 30000);
|
||||
events.ScheduleEvent(EVENT_SUMMON_GHOULS, urand(19000, 24000));
|
||||
events.ScheduleEvent(EVENT_SHADOW_BOLT, urand(8000, 12000));
|
||||
events.ScheduleEvent(EVENT_STEAL_FLESH, 12345); /// @todo: adjust timer
|
||||
events.ScheduleEvent(EVENT_STEAL_FLESH, 12345); /// @todo: adjust timer
|
||||
}
|
||||
|
||||
void ExecuteEvent(uint32 eventId) override
|
||||
|
||||
@@ -150,7 +150,7 @@ class boss_svala : public CreatureScript
|
||||
void Reset() override
|
||||
{
|
||||
_Reset();
|
||||
|
||||
|
||||
SetCombatMovement(true);
|
||||
|
||||
if (_introCompleted)
|
||||
|
||||
Reference in New Issue
Block a user