fix(DB/creature): King Bangalash (#4825)

This commit is contained in:
Peter
2021-03-18 21:52:35 +01:00
committed by GitHub
parent 4d170768db
commit 2ccf098522

View File

@@ -0,0 +1,4 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1615625896929495524');
-- Decrease respawn rate and make him move
UPDATE `creature` SET `spawntimesecs`=300,`MovementType`=1, `wander_distance`=10 WHERE `guid`=2169;