From b3bdcc61ee757fd01a3356cd8b1b2f11e2ca712a Mon Sep 17 00:00:00 2001 From: Gacko Date: Sun, 30 Jun 2013 11:40:27 +0200 Subject: DB/SAI: Remove instance flags for creatures in battlegrounds Otherwise they would not work and create runtime warnings on initialization --- sql/updates/world/2013_06_30_01_world_smart_scripts.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql/updates/world/2013_06_30_01_world_smart_scripts.sql (limited to 'sql/updates') diff --git a/sql/updates/world/2013_06_30_01_world_smart_scripts.sql b/sql/updates/world/2013_06_30_01_world_smart_scripts.sql new file mode 100644 index 00000000000..65b4a9923fa --- /dev/null +++ b/sql/updates/world/2013_06_30_01_world_smart_scripts.sql @@ -0,0 +1 @@ +UPDATE `smart_scripts` SET `event_flags`=`event_flags`&~30 WHERE `entryorguid` IN (10981,10982,10986,10987,10990,11602,11603,11605,11678,11839,12050,12051,12053,12127,13088,13089,13097,13179,13284,13316,13326,13328,13438,13442,13443,13447,13577,13797,13798,14282,14283) AND `source_type`=0; -- cgit v1.2.3