mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-14 17:49:10 +00:00
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
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user