mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-24 02:46:33 +01:00
Core/Misc: Meh some white lines, an addition to last sql's comment and a spotted typo
This commit is contained in:
@@ -177,9 +177,7 @@ public:
|
||||
private:
|
||||
EventMap events;
|
||||
SummonList summons;
|
||||
|
||||
uint64 WaterElementalGUID;
|
||||
|
||||
bool HasCastIceblock;
|
||||
};
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user