From 10d0a250efb2ff7a4a69388cf0029033e3f9e34b Mon Sep 17 00:00:00 2001 From: Shauren Date: Wed, 12 Oct 2011 14:24:25 +0200 Subject: Build fix --- .../scripts/Northrend/IcecrownCitadel/boss_professor_putricide.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/server/scripts/Northrend/IcecrownCitadel/boss_professor_putricide.cpp b/src/server/scripts/Northrend/IcecrownCitadel/boss_professor_putricide.cpp index 28f337dcfb0..8e79bb185cf 100755 --- a/src/server/scripts/Northrend/IcecrownCitadel/boss_professor_putricide.cpp +++ b/src/server/scripts/Northrend/IcecrownCitadel/boss_professor_putricide.cpp @@ -851,7 +851,7 @@ class spell_putricide_slime_puddle : public SpellScriptLoader } }; - AuraScript* GetAuraScript() const + SpellScript* GetSpellScript() const { return new spell_putricide_slime_puddle_SpellScript(); } -- cgit v1.2.3