mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 15:40:45 +01:00
DB/SAI: Remove instance flags for creatures in battlegrounds
Otherwise they would not work and create runtime warnings on initialization
This commit is contained in:
1
sql/updates/world/2013_06_30_01_world_smart_scripts.sql
Normal file
1
sql/updates/world/2013_06_30_01_world_smart_scripts.sql
Normal file
@@ -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;
|
||||
Reference in New Issue
Block a user