mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-21 20:56:23 +00:00
fix(DB/Creature): Great Goretusk spawned inside a tree in Redridge Mountains (#6271)
Moved the spawn point - Closes #6116 - Closes chromiecraft/chromiecraft#729
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1623161552319933800');
|
||||
|
||||
SET @NPC = 6707;
|
||||
|
||||
UPDATE `creature`
|
||||
SET `position_x` = -9296.069336, `position_y` = -1887.173462, `position_z` = 78.376251
|
||||
WHERE `guid` = @NPC;
|
||||
Reference in New Issue
Block a user