From 342b071d476f71f9467c56c46ac046eb906f7205 Mon Sep 17 00:00:00 2001 From: maximius Date: Sat, 26 Sep 2009 21:55:47 -0700 Subject: *Instead of checking getVictim() to determine whether or not to regen health, check if the threat list is empty *Fix some incorrect/missing scriptname assignments, thanks Drahy --HG-- branch : trunk --- sql/updates/5761_world_scripts.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 sql/updates/5761_world_scripts.sql (limited to 'sql/updates') diff --git a/sql/updates/5761_world_scripts.sql b/sql/updates/5761_world_scripts.sql new file mode 100644 index 00000000000..7733b84e1dd --- /dev/null +++ b/sql/updates/5761_world_scripts.sql @@ -0,0 +1,5 @@ + +UPDATE `creature_template` SET `ScriptName`='mob_slad_ran_viper' WHERE `entry`=29680; + +/* Eck the Ferocious */ +UPDATE `creature_template` SET `ScriptName`='boss_eck' WHERE `entry`=29932; -- cgit v1.2.3