From 052d3364d606354839f3548fba390c4e738935e1 Mon Sep 17 00:00:00 2001 From: Poszer <41213210+poszer@users.noreply.github.com> Date: Sun, 26 May 2019 15:07:31 +0200 Subject: [PATCH] fix(DB/SAI): Fix some db errrors (#1865) * fix(DB/SAI): Fix some db errrors - Fix latest DB errors reported in this issue: https://github.com/azerothcore/azerothcore-wotlk/issues/1824 * Update rev_1558481800224314500.sql * Update rev_1558481800224314500.sql * Update rev_1558481800224314500.sql --- .../pending_db_world/rev_1558481800224314500.sql | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1558481800224314500.sql diff --git a/data/sql/updates/pending_db_world/rev_1558481800224314500.sql b/data/sql/updates/pending_db_world/rev_1558481800224314500.sql new file mode 100644 index 000000000..82cafff35 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1558481800224314500.sql @@ -0,0 +1,16 @@ +INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1558481800224314500'); + +-- Scarshield Spellbinder +UPDATE `smart_scripts` SET `event_flags` = 2, `event_type` = 63 WHERE `entryorguid` = 9098 AND `source_type` = 0 AND `id` = 0; + +-- Tunneler +UPDATE `smart_scripts` SET `link` = 0 WHERE `entryorguid` = 16968 AND `source_type` = 0 AND `id` = 7; + +-- Vardmadra +UPDATE `smart_scripts` SET `link` = 0 WHERE `entryorguid` = 30945 AND `source_type` = 0 AND `id` = 3; + +-- Arakkoa Egg +UPDATE `smart_scripts` SET `link` = 0 WHERE `entryorguid` = 20214 AND `source_type` = 0; + +-- Forlorn Spirit +UPDATE `smart_scripts` SET `link` = 0 WHERE `entryorguid` = 2044 AND `source_type` = 0 AND `id` = 0;