fix(DB/gameobject): Remove respawn timer from The Holy Spring (#9534)
This commit is contained in:
parent
cf4040b4cf
commit
d2b883f257
1 changed files with 5 additions and 0 deletions
|
|
@ -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;
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue