mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
DB: Fix more DB errors
This commit is contained in:
23
sql/updates/world/3.3.5/2017_03_15_00_world_335.sql
Normal file
23
sql/updates/world/3.3.5/2017_03_15_00_world_335.sql
Normal file
@@ -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;
|
||||
Reference in New Issue
Block a user