diff options
author | Killyana <morphone1@gmail.com> | 2017-03-15 22:36:46 +0100 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2017-03-15 22:36:46 +0100 |
commit | 3e938d7ab52bb5a7dd771ca37adc4d2b12ea954c (patch) | |
tree | 02a487a0a0d1ac7136621ce9d414de3f2788d01c | |
parent | 14abd1f5875d8c8e98ac9c76789d8b439008eba2 (diff) |
DB: Fix more DB errors
-rw-r--r-- | sql/updates/world/3.3.5/2017_03_15_00_world_335.sql | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2017_03_15_00_world_335.sql b/sql/updates/world/3.3.5/2017_03_15_00_world_335.sql new file mode 100644 index 00000000000..ef13bf0ff2e --- /dev/null +++ b/sql/updates/world/3.3.5/2017_03_15_00_world_335.sql @@ -0,0 +1,23 @@ +-- +UPDATE `smart_scripts` SET `event_param3`=1000, `event_param4`=1000 WHERE `entryorguid`=10820 AND `source_type`=0 AND `id`=2; +UPDATE `smart_scripts` SET `event_flags`=1 WHERE `entryorguid` IN (13601) AND `source_type`=0 AND `id`=0; +UPDATE `smart_scripts` SET `event_flags`=1 WHERE `entryorguid` IN (13601) AND `source_type`=0 AND `id`=7; +UPDATE `smart_scripts` SET `event_flags`=1 WHERE `entryorguid` IN (13601) AND `source_type`=0 AND `id`=9; +UPDATE `smart_scripts` SET `event_flags`=1 WHERE `entryorguid` IN (13601) AND `source_type`=0 AND `id`=12; +UPDATE `smart_scripts` SET `event_param3`=1000, `event_param4`=1000 WHERE `entryorguid`=36856 AND `source_type`=0 AND `id`=4; +UPDATE `smart_scripts` SET `event_param3`=2000, `event_param4`=2000 WHERE `entryorguid`=14324 AND `source_type`=0 AND `id`=23; +UPDATE `smart_scripts` SET `event_flags`=1 WHERE `entryorguid` IN (14390) AND `source_type`=0 AND `id`=0; +UPDATE `smart_scripts` SET `event_param3`=2000, `event_param4`=2000 WHERE `entryorguid`=14390 AND `source_type`=0 AND `id`=6; +UPDATE `smart_scripts` SET `event_param3`=2000, `event_param4`=2000 WHERE `entryorguid`=14390 AND `source_type`=0 AND `id`=8; +UPDATE `smart_scripts` SET `event_param3`=2000, `event_param4`=2000 WHERE `entryorguid`=14390 AND `source_type`=0 AND `id`=11; +UPDATE `smart_scripts` SET `event_flags`=1 WHERE `entryorguid` IN (14688) AND `source_type`=0 AND `id`=15; +UPDATE `smart_scripts` SET `event_flags`=1 WHERE `entryorguid` IN (14688) AND `source_type`=0 AND `id`=19; +UPDATE `smart_scripts` SET `event_param3`=2000, `event_param4`=2000 WHERE `entryorguid`=14715 AND `source_type`=0 AND `id`=6; +UPDATE `smart_scripts` SET `event_param3`=2000, `event_param4`=2000 WHERE `entryorguid`=14715 AND `source_type`=0 AND `id`=8; +UPDATE `smart_scripts` SET `event_param3`=2000, `event_param4`=2000 WHERE `entryorguid`=14715 AND `source_type`=0 AND `id`=11; +UPDATE `smart_scripts` SET `event_param3`=2000, `event_param4`=2000 WHERE `entryorguid`=14733 AND `source_type`=0 AND `id`=6; +UPDATE `smart_scripts` SET `event_param3`=2000, `event_param4`=2000 WHERE `entryorguid`=14733 AND `source_type`=0 AND `id`=8; +UPDATE `smart_scripts` SET `event_param3`=2000, `event_param4`=2000 WHERE `entryorguid`=14733 AND `source_type`=0 AND `id`=11; +UPDATE `smart_scripts` SET `event_param3`=2000, `event_param4`=2000 WHERE `entryorguid`=14753 AND `source_type`=0 AND `id`=6; +UPDATE `smart_scripts` SET `event_param3`=2000, `event_param4`=2000 WHERE `entryorguid`=14753 AND `source_type`=0 AND `id`=8; +UPDATE `smart_scripts` SET `event_param3`=2000, `event_param4`=2000 WHERE `entryorguid`=14753 AND `source_type`=0 AND `id`=11; |