fix(DB/gameobject): Remove respawn timer from The Holy Spring (#9534)

This commit is contained in:
Azcobu 2021-12-12 08:59:41 +10:30 committed by GitHub
parent cf4040b4cf
commit d2b883f257
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;