diff options
author | Keader <keader.android@gmail.com> | 2017-04-01 21:18:15 -0300 |
---|---|---|
committer | Keader <keader.android@gmail.com> | 2017-04-01 21:18:15 -0300 |
commit | a2a8ffe72328590b43481b430b9a6f281ccdd4be (patch) | |
tree | f246b8cab74e904685a70da1fe5062ded2f2fde9 /src | |
parent | 8d198cb36050e63811f8f7f81a3daf2a3c961950 (diff) |
Core/Scripts: Typo in last commit
Diffstat (limited to 'src')
-rw-r--r-- | src/server/scripts/Northrend/IcecrownCitadel/boss_professor_putricide.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/scripts/Northrend/IcecrownCitadel/boss_professor_putricide.cpp b/src/server/scripts/Northrend/IcecrownCitadel/boss_professor_putricide.cpp index 04675495ab5..8b738d73801 100644 --- a/src/server/scripts/Northrend/IcecrownCitadel/boss_professor_putricide.cpp +++ b/src/server/scripts/Northrend/IcecrownCitadel/boss_professor_putricide.cpp @@ -721,7 +721,7 @@ class npc_putricide_oozeAI : public ScriptedAI { public: npc_putricide_oozeAI(Creature* creature, uint32 auraSpellId, uint32 hitTargetSpellId) : ScriptedAI(creature), - _auraSpellId(auraSpellId), _hitTargetSpellId(hitTargetSpellId), _newTargetSelectTimer(0), _instance(creature->GetInstanceScript()){ } + _auraSpellId(auraSpellId), _hitTargetSpellId(hitTargetSpellId), _newTargetSelectTimer(0), _instance(creature->GetInstanceScript()) { } void SpellHitTarget(Unit* /*target*/, SpellInfo const* spell) override { |