From 2a8ee2e461a585c9aa06637b9719da1df43e2673 Mon Sep 17 00:00:00 2001 From: Aokromes Date: Fri, 22 Jan 2016 16:41:23 +0100 Subject: [PATCH] Core/Misc: Enable one script --- src/server/scripts/Spells/spell_quest.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/server/scripts/Spells/spell_quest.cpp b/src/server/scripts/Spells/spell_quest.cpp index 1d036f35b50..f34d5de541f 100644 --- a/src/server/scripts/Spells/spell_quest.cpp +++ b/src/server/scripts/Spells/spell_quest.cpp @@ -2584,5 +2584,6 @@ void AddSC_quest_spell_scripts() new spell_q14100_q14111_make_player_destroy_totems(); new spell_q10929_fumping(); new spell_q28813_get_our_boys_back_dummy(); + new spell_q28813_set_health_random(); new spell_q13665_q13790_bested_trigger(); }