mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-21 20:56:23 +00:00
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:
@@ -0,0 +1,3 @@
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1630423020825292612');
|
||||
|
||||
UPDATE `creature` SET `spawntimesecs` = 37800 WHERE `guid` = 36519 AND `id`= 6651;
|
||||
Reference in New Issue
Block a user