mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-17 10:55:43 +00:00
fix (DB/Creature) Edit Geirrvif's position. (#22531)
This commit is contained in:
3
data/sql/updates/pending_db_world/Geirrvif.sql
Normal file
3
data/sql/updates/pending_db_world/Geirrvif.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
|
||||
-- Update position, orientation and Verified Build (Sniffed).
|
||||
UPDATE `creature` SET `position_x` = 8216.233, `position_y` = 3516.222, `position_z` = 630.9635, `orientation` = 3.83972, `VerifiedBuild` = 61967 WHERE (`id1` = 31135) AND (`guid` = 123494);
|
||||
Reference in New Issue
Block a user