Core/Misc: Meh some white lines, an addition to last sql's comment and a spotted typo

This commit is contained in:
Nyeriah
2014-09-07 14:29:04 -03:00
parent 93a01b6d50
commit 62cfca23ce
3 changed files with 2 additions and 4 deletions

View File

@@ -177,9 +177,7 @@ public:
private:
EventMap events;
SummonList summons;
uint64 WaterElementalGUID;
bool HasCastIceblock;
};

View File

@@ -161,7 +161,7 @@ class spell_kormok_summon_bone_mages : SpellScriptLoader
{
PreventHitDefaultEffect(effIndex);
for (uint32 i = 0; i < 2; ++i)
GetCaster()->CastSpell(GetCaster(), SummonMageSpells[urand(0, 4)], true);
GetCaster()->CastSpell(GetCaster(), SummonMageSpells[urand(0, 3)], true);
}
void Register() override