fix(DB/Creature): Bloodmaul Skirmisher Spawn Point (#2812)

* GUID 71130 has spawnpoint and movementtype fixed.
This commit is contained in:
LukasVolgger
2020-05-08 09:33:26 +02:00
committed by GitHub
parent f97d494ffc
commit 307d4e9aa8

View File

@@ -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;