From b4d4e04f53b447a7b6cfba1c7161d9c987260265 Mon Sep 17 00:00:00 2001 From: Vincent-Michael Date: Thu, 4 Jul 2013 22:09:24 +0200 Subject: Scripts/Misc: Rename creatures with mob_ / mobs_ in npc_ Note: Have fun :P --- sql/updates/world/2013_07_04_02_world_misc.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/world/2013_07_04_02_world_misc.sql (limited to 'sql/updates') diff --git a/sql/updates/world/2013_07_04_02_world_misc.sql b/sql/updates/world/2013_07_04_02_world_misc.sql new file mode 100644 index 00000000000..3c6bcea5600 --- /dev/null +++ b/sql/updates/world/2013_07_04_02_world_misc.sql @@ -0,0 +1,4 @@ +UPDATE `creature_template` SET `ScriptName` = REPLACE(`ScriptName`, 'mob_', 'npc_') WHERE `ScriptName` LIKE 'mob\_%'; +UPDATE `creature_template` SET `ScriptName` = REPLACE(`ScriptName`, 'mobs_', 'npc_') WHERE `ScriptName` LIKE 'mobs\_%'; +UPDATE `spell_script_names` SET `ScriptName`='spell_trash_npc_glacial_strike' WHERE `ScriptName`='spell_trash_mob_glacial_strike'; + -- cgit v1.2.3