diff options
-rw-r--r-- | sql/updates/5966_world_scripts.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/5966_world_scripts.sql b/sql/updates/5966_world_scripts.sql new file mode 100644 index 00000000000..d7f710d9964 --- /dev/null +++ b/sql/updates/5966_world_scripts.sql @@ -0,0 +1,3 @@ +UPDATE `creature_template` SET `ScriptName`='mob_massive_jormungar' WHERE `entry`=26685; +UPDATE `creature_template` SET `ScriptName`='mob_ferocious_rhino' WHERE `entry`=26686; +UPDATE `creature_template` SET `ScriptName`='mob_palehoof_orb' WHERE `entry`=26688;
\ No newline at end of file |