mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 15:40:45 +01:00
DB/SAI: More event flags
* Dark Horizon/Reunited * Kickin' Nass and Takin' Manes * Load'er Up * Magic Carpet Ride
This commit is contained in:
6
sql/updates/world/3.3.5/2016_09_20_04_world.sql
Normal file
6
sql/updates/world/3.3.5/2016_09_20_04_world.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
UPDATE `smart_scripts` SET `event_flags`=512 WHERE `entryorguid`=28669 AND `source_type`=0;
|
||||
UPDATE `smart_scripts` SET `event_flags`=512 WHERE `entryorguid`=2866900 AND `source_type`=9 AND `id`=0 AND `link`=0;
|
||||
UPDATE `smart_scripts` SET `event_flags`=512 WHERE `entryorguid`=28521 AND `source_type`=0;
|
||||
UPDATE `smart_scripts` SET `event_flags`=512 WHERE `entryorguid`=2852100 AND `source_type`=9 AND `id`=0 AND `link`=0;
|
||||
UPDATE `smart_scripts` SET `event_flags`=512 WHERE `entryorguid`=25969 AND `source_type`=0;
|
||||
UPDATE `smart_scripts` SET `event_flags`=512 WHERE `entryorguid`IN(2546000,2546001) AND `source_type`=9;
|
||||
Reference in New Issue
Block a user