fix(DB/creature): Correct Mok'rash respawn timer (#14647)

This commit is contained in:
neifion-00000000 2023-01-15 19:00:42 -06:00 committed by GitHub
parent b7c7d3c429
commit 257dbf7d2b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,3 @@
--
-- Mok'rash respawn timer 3hr
UPDATE `creature` SET `spawntimesecs`=10800 WHERE `guid`=1672;