diff options
author | Gacko <gacko28@gmx.de> | 2014-10-11 00:29:35 +0200 |
---|---|---|
committer | Gacko <gacko28@gmx.de> | 2014-10-11 00:29:35 +0200 |
commit | ab08083d6caa3c9c5d4d393ad65cb6bc57f8bf67 (patch) | |
tree | 7bbaa48b6853db02163c030131b370608e65e4a6 | |
parent | 889e82ebe483f316f89171dd1f7cb74312e3e00b (diff) |
DB/SAI: Fix startup errors
-rw-r--r-- | sql/updates/world/2014_10_10_06_world_smart_scripts.sql | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sql/updates/world/2014_10_10_06_world_smart_scripts.sql b/sql/updates/world/2014_10_10_06_world_smart_scripts.sql new file mode 100644 index 00000000000..c3fbca838b2 --- /dev/null +++ b/sql/updates/world/2014_10_10_06_world_smart_scripts.sql @@ -0,0 +1,12 @@ +UPDATE `smart_scripts` SET `link`=0 WHERE `entryorguid`=30945 AND `source_type`=0 AND `id`=3; +UPDATE `smart_scripts` SET `link`=28 WHERE `entryorguid`=28659 AND `source_type`=0 AND `id`=26; +UPDATE `smart_scripts` SET `link`=4 WHERE `entryorguid`=27788 AND `source_type`=0 AND `id`=3; +UPDATE `smart_scripts` SET `link`=1 WHERE `entryorguid`=26434 AND `source_type`=0 AND `id`=0; +UPDATE `smart_scripts` SET `link`=0 WHERE `entryorguid`=25979 AND `source_type`=0 AND `id`=1; +UPDATE `smart_scripts` SET `event_type`=61 WHERE `entryorguid`=23859 AND `source_type`=0 AND `id`=3; +UPDATE `smart_scripts` SET `link`=6 WHERE `entryorguid` IN (34965,19643) AND `source_type`=0 AND `id`=5; +UPDATE `smart_scripts` SET `link`=0 WHERE `entryorguid` BETWEEN -23715 AND -23712 AND `source_type`=0 AND `id`=0; +UPDATE `smart_scripts` SET `link`=0 WHERE `entryorguid`=12996 AND `source_type`=0 AND `id`=8; +UPDATE `smart_scripts` SET `link`=8 WHERE `entryorguid`=18171 AND `source_type`=0 AND `id`=7; +UPDATE `smart_scripts` SET `link`=5 WHERE `entryorguid`=19657 AND `source_type`=0 AND `id`=4; +UPDATE `smart_scripts` SET `id`=21, `link`=0, `comment`="The Leaper - In Combat - Cast Hunger For Blood" WHERE `entryorguid`=29840 AND `source_type`=0 AND `id`=7 AND `link`=21; |