diff options
| author | maximius <none@none> | 2009-09-26 21:55:47 -0700 |
|---|---|---|
| committer | maximius <none@none> | 2009-09-26 21:55:47 -0700 |
| commit | 342b071d476f71f9467c56c46ac046eb906f7205 (patch) | |
| tree | 75082bb060482948a32e49dd1340ece5437f25a6 /sql/updates | |
| parent | de45e9368997509f64f6eb4f3dfdc5e9eaf8ed7b (diff) | |
*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
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/5761_world_scripts.sql | 5 |
1 files changed, 5 insertions, 0 deletions
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; |
