fix(DB/Creature): Corrected Spawn Time Terrorclaw (#14302)

This commit is contained in:
Samsequel 2022-12-20 14:32:11 +01:00 committed by GitHub
parent 2b246ddff4
commit af89efff53
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,2 @@
--
UPDATE `creature` SET `spawntimesecs` = 450 WHERE (`id1` = 20477);