mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-22 05:06:24 +00:00
fix(DB/gameobject): Remove respawn timer from The Holy Spring (#9534)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1638796411490022910');
|
||||
|
||||
-- Remove respawn timer from The Holy Spring object
|
||||
UPDATE `gameobject` SET `spawntimesecs` = 0 WHERE `id` = 759 AND `guid` = 10121;
|
||||
|
||||
Reference in New Issue
Block a user