From c264b173bb5d42d71f53cb659b21468cdfe48d7c Mon Sep 17 00:00:00 2001 From: Nay Date: Mon, 7 Mar 2011 18:56:58 +0000 Subject: DB/NPC: Vehicles inside ToC5 shouldn't have any auras. Vehicles in AT shouldn't have any ScriptName assigned --- sql/updates/world/2011_03_07_3_world_creature_template.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/world/2011_03_07_3_world_creature_template.sql (limited to 'sql') diff --git a/sql/updates/world/2011_03_07_3_world_creature_template.sql b/sql/updates/world/2011_03_07_3_world_creature_template.sql new file mode 100644 index 00000000000..ecdb7fbb614 --- /dev/null +++ b/sql/updates/world/2011_03_07_3_world_creature_template.sql @@ -0,0 +1,4 @@ +UPDATE `creature_template_addon` SET `auras`=NULL WHERE `entry` IN (35637,35633,35768,34658,35636,35638,35635,35640,35641,35634); -- Vehicles inside ToC +UPDATE `creature_template` SET `ScriptName`='' WHERE `entry` IN ( +33870,33790,33791,33792,33793,33794,33795,33796,33798,33799,33800,33842,33843, -- AT stabled npcs +33782,33318,33323,33322,33317,33319,33316,33321,33324,33320,33845,33844,33217); -- AT vehicles (mounts) -- cgit v1.2.3