mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
fix(DB/Creature): Bloodmaul Skirmisher Spawn Point (#2812)
* GUID 71130 has spawnpoint and movementtype fixed.
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1585394899832297800');
|
||||
|
||||
UPDATE `creature` SET `position_x` = 1488.602661, `position_y` = 6376.107910, `position_z` = 35.148029, `wander_distance` = 0, `MovementType` = 0 WHERE `guid` = 71130;
|
||||
Reference in New Issue
Block a user