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:
dillyns
2021-06-17 10:11:14 -04:00
committed by GitHub
parent c789ec0ebc
commit 947a97933c

View File

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