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

View File

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