aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGacko <gacko28@gmx.de>2013-06-30 11:40:27 +0200
committerGacko <gacko28@gmx.de>2013-06-30 11:40:27 +0200
commitb3bdcc61ee757fd01a3356cd8b1b2f11e2ca712a (patch)
treeac4c8bedf2f82d0f581d4767d31dd4e5052bd00c
parent4ed70c709404d80d28f92b2f2450c4a8b595a8ca (diff)
DB/SAI: Remove instance flags for creatures in battlegrounds
Otherwise they would not work and create runtime warnings on initialization
-rw-r--r--sql/updates/world/2013_06_30_01_world_smart_scripts.sql1
1 files changed, 1 insertions, 0 deletions
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;