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:
parent
c789ec0ebc
commit
947a97933c
1 changed files with 7 additions and 0 deletions
|
|
@ -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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue