3 Commits

View File

@@ -25,7 +25,6 @@
#include "SpellScriptLoader.h" #include "SpellScriptLoader.h"
#include "naxxramas.h" #include "naxxramas.h"
using namespace Grobbulus; using namespace Grobbulus;
// no custom changes has been made for mod-playerbot other then placing // no custom changes has been made for mod-playerbot other then placing
@@ -37,4 +36,5 @@ void AddSC_boss_grobbulus()
new boss_grobbulus_poison_cloud(); new boss_grobbulus_poison_cloud();
RegisterSpellScript(spell_grobbulus_mutating_injection_aura); RegisterSpellScript(spell_grobbulus_mutating_injection_aura);
RegisterSpellScript(spell_grobbulus_poison); RegisterSpellScript(spell_grobbulus_poison);
RegisterSpellScript(spell_grobbulus_slime_spray);
} }