mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-25 14:46:24 +00:00
fix(DB/Creature): Position NPC Rocklance (#4589)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1613517719180332000');
|
||||
UPDATE `creature` SET `position_x` = -1201.63, `position_y` = -3099.24, `position_z` = 94.8781 WHERE (`guid` = 20720);
|
||||
-- his guards https://www.youtube.com/watch?v=pJm-Ja82IJM --
|
||||
UPDATE `creature` SET `position_x` = -1198.8, `position_y` = -3096.75, `position_z` = 94.5592 WHERE (`guid` = 20588);
|
||||
UPDATE `creature` SET `position_x` = -1198.92, `position_y` = -3101.53, `position_z` = 94.8262 WHERE (`guid` = 14007);
|
||||
Reference in New Issue
Block a user