mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
fix(DB/creature): King Bangalash (#4825)
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user