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:
Tr1v1an
2021-09-05 12:00:54 +02:00
committed by GitHub
parent 0ef71e7aa3
commit 7e4839f657

View File

@@ -0,0 +1,3 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1630423020825292612');
UPDATE `creature` SET `spawntimesecs` = 37800 WHERE `guid` = 36519 AND `id`= 6651;