diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2015-02-20 12:04:37 +0100 |
---|---|---|
committer | Aokromes <Aokromes@users.noreply.github.com> | 2015-02-20 12:04:37 +0100 |
commit | 3820d80ce60880eb30b188490e3ba47d53a26cd9 (patch) | |
tree | 2bc3a1bd9bbbbd190053c0b8b65dc1a9d81055c5 | |
parent | 7fbf08d644b6e973e37ed8c81f4866ef15c66271 (diff) |
DB/Misc: Fix startup errors
By Kilyana, updates #13707
-rw-r--r-- | sql/updates/world/2015_02_20_00_world.sql | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sql/updates/world/2015_02_20_00_world.sql b/sql/updates/world/2015_02_20_00_world.sql new file mode 100644 index 00000000000..918ed39cba1 --- /dev/null +++ b/sql/updates/world/2015_02_20_00_world.sql @@ -0,0 +1,10 @@ +-- +DELETE FROM `conditions` WHERE `SourceEntry`=56727; +DELETE FROM `conditions` WHERE `SourceEntry`=36546 AND `SourceGroup`=1; +DELETE FROM `conditions` WHERE `SourceEntry`=58118; +DELETE FROM `conditions` WHERE `SourceEntry`=48397 AND `SourceTypeOrReferenceId`=13; +DELETE FROM `conditions` WHERE `SourceEntry`= 44997 AND `SourceTypeOrReferenceId`=13; +DELETE FROM `conditions` WHERE `SourceEntry`= 70529; +UPDATE `conditions` SET `SourceGroup`=1 WHERE `SourceEntry`=70471; +UPDATE `conditions` SET `SourceGroup`=1 WHERE `SourceEntry`=71310; +UPDATE `smart_scripts` SET `action_param2`=9715 WHERE `entryorguid`=19172 AND `source_type`=0 AND `id`=10 AND `link`=0; |