Core: Remove whitespace

This commit is contained in:
Vincent-Michael
2014-09-14 21:42:39 +02:00
parent 943e68efc4
commit b0270d547f
4 changed files with 4 additions and 4 deletions

View File

@@ -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);

View File

@@ -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

View File

@@ -150,7 +150,7 @@ class boss_svala : public CreatureScript
void Reset() override
{
_Reset();
SetCombatMovement(true);
if (_introCompleted)

View File

@@ -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,