From 3d9d76f31c22d19b680db3ad0332e1640efd830e Mon Sep 17 00:00:00 2001 From: ZxBiohazardZx Date: Fri, 6 Jan 2012 10:09:17 +0100 Subject: DB/Creature: Spell interruption is now part of DBC so can be removed from the mechanic immune masks --- sql/updates/world/2012_01_06_01_world_creature_template.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/2012_01_06_01_world_creature_template.sql (limited to 'sql') diff --git a/sql/updates/world/2012_01_06_01_world_creature_template.sql b/sql/updates/world/2012_01_06_01_world_creature_template.sql new file mode 100644 index 00000000000..c089209c16f --- /dev/null +++ b/sql/updates/world/2012_01_06_01_world_creature_template.sql @@ -0,0 +1,2 @@ +-- spell interrupt is loaded from DBC so can be removed from mechanic_immune_mask +UPDATE `creature_template` SET `mechanic_immune_mask`=`mechanic_immune_mask` &~33554432; -- cgit v1.2.3