mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-18 11:25:42 +00:00
fix(DB/Gameobject): instant spawn on Eyes of Skettis and remove Duplicate (#13721)
This commit is contained in:
6
data/sql/updates/pending_db_world/EyesofSkettis.sql
Normal file
6
data/sql/updates/pending_db_world/EyesofSkettis.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
-- Veil Reskk
|
||||
DELETE FROM `gameobject` WHERE (`id` = 185200) AND (`guid` IN (27551));
|
||||
UPDATE `gameobject` SET `spawntimesecs`=0 WHERE `guid`=26086 AND `id`=185200;
|
||||
-- Veil Shienor
|
||||
DELETE FROM `gameobject` WHERE (`id` = 182505) AND (`guid` IN (27550));
|
||||
UPDATE `gameobject` SET `spawntimesecs`=0 WHERE `guid`=26087 AND `id`=185201;
|
||||
Reference in New Issue
Block a user