mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-24 02:46:33 +01:00
Core: Remove whitespace
This commit is contained in:
@@ -29,4 +29,4 @@ INSERT INTO `npc_spellclick_spells` (`npc_entry`, `spell_id`, `cast_flags`, `use
|
||||
(35641, 46598, 0, 0),
|
||||
(35634, 46598, 0, 0),
|
||||
|
||||
(35491, 46598, 0, 0);
|
||||
(35491, 46598, 0, 0);
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -148,7 +148,7 @@ protected:
|
||||
return true;
|
||||
|
||||
_isWritingAsync = true;
|
||||
|
||||
|
||||
#ifdef BOOST_ASIO_HAS_IOCP
|
||||
MessageBuffer& buffer = _writeQueue.front();
|
||||
_socket.async_write_some(boost::asio::buffer(buffer.GetReadPointer(), buffer.GetActiveSize()), std::bind(&Socket<T>::WriteHandler,
|
||||
|
||||
Reference in New Issue
Block a user