fix(DB/Creature): Deliana and other npcs spawn time (#12600)

This commit is contained in:
Nefertumm 2022-08-01 16:26:26 -03:00 committed by GitHub
parent 2f6eefceca
commit d28f42c8da
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,2 @@
--
UPDATE `creature` SET `spawntimesecs` = 300 WHERE `id1` IN (11406, 14724, 16013, 22026);