diff options
| author | Spp <spp@jorge.gr> | 2012-10-03 09:01:59 +0200 |
|---|---|---|
| committer | Spp <spp@jorge.gr> | 2012-10-03 15:40:01 +0200 |
| commit | 02d68e461078a2abfb1ce37bfed8f2a9d0fdac0d (patch) | |
| tree | 78dcbaa7805376400aa85abbbf9837cefae11bc8 /src/server/scripts/Northrend | |
| parent | 87de693c35c62617c6a116156a973d27499495c9 (diff) | |
Core: Fix build without PCH
Diffstat (limited to 'src/server/scripts/Northrend')
| -rwxr-xr-x | 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 7f6448382ba..64f49c6e0e7 100755 --- a/src/server/scripts/Northrend/IcecrownCitadel/boss_professor_putricide.cpp +++ b/src/server/scripts/Northrend/IcecrownCitadel/boss_professor_putricide.cpp @@ -722,7 +722,7 @@ class npc_putricide_oozeAI : public ScriptedAI { public: npc_putricide_oozeAI(Creature* creature, uint32 hitTargetSpellId) : ScriptedAI(creature), - _newTargetSelectTimer(0), _hitTargetSpellId(hitTargetSpellId) + _hitTargetSpellId(hitTargetSpellId), _newTargetSelectTimer(0) { } |
