DB/Creature: Change respawn time of Lordaeron Footsoldier to correct

(cherry picked from commit 6779a92cba)
This commit is contained in:
offl
2020-08-08 02:23:53 +03:00
committed by Shauren
parent 169b0296e1
commit bb64f441f7

View File

@@ -0,0 +1,2 @@
-- Change respawn time of Lordaeron Footsoldier to correct (Source: https://www.youtube.com/watch?v=ty7dzVLHCOE)
UPDATE `creature` SET `spawntimesecs` = 45 WHERE `id` = 31254;