fix(DB/Creature): Spawntimer fix GUID 36519 (#7669)
* fix(DB/Creature): Spawntimer fix GUID 36519 Fixed the spawntimer of Gatekeeper Rageroar (GUID: 36519) to 37800 according to Blizzlike documentation. This translates to 10.5 hours. * Updating change after comments Updating the PR based on comments from Azcobu. * Changing and to AND
This commit is contained in:
parent
0ef71e7aa3
commit
7e4839f657
1 changed files with 3 additions and 0 deletions
|
|
@ -0,0 +1,3 @@
|
|||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1630423020825292612');
|
||||
|
||||
UPDATE `creature` SET `spawntimesecs` = 37800 WHERE `guid` = 36519 AND `id`= 6651;
|
||||
Loading…
Add table
Add a link
Reference in a new issue