fix(DB/creature): Adjust Shatterspear respawn timer (#13349)

Create rev_1665269180018074500.sql
This commit is contained in:
Gultask 2022-10-15 12:07:43 -03:00 committed by GitHub
parent bee7740bab
commit 9e1ed276fc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,2 @@
--
UPDATE `creature` SET `spawntimesecs`=180 WHERE `id1`=10919;