fix(DB/Creature): Save Beached Orca in Winterfin Retreat (#26949)
This commit is contained in:
parent
02408fea57
commit
2ab4611d2e
1 changed files with 23 additions and 0 deletions
|
|
@ -0,0 +1,23 @@
|
|||
--
|
||||
UPDATE `creature` SET
|
||||
`position_x` = 4311.212890625,
|
||||
`position_y` = 6124.88818359375,
|
||||
`position_z` = -9.65260124206542968,
|
||||
`orientation` = 0.634859919548034667,
|
||||
`CreateObject` = 2,
|
||||
`VerifiedBuild` = 68887 WHERE `id` = 25204 AND `guid` = 106831;
|
||||
UPDATE `creature` SET
|
||||
`position_x` = 4242.046875,
|
||||
`position_y` = 6111.78369140625,
|
||||
`position_z` = -22.275308609008789,
|
||||
`orientation` = 6.013361454010009765,
|
||||
`CreateObject` = 2,
|
||||
`VerifiedBuild` = 68887 WHERE `id` = 25204 AND `guid` = 106828;
|
||||
-- This one that was wrong btw
|
||||
UPDATE `creature` SET
|
||||
`position_x` = 4352.39697265625,
|
||||
`position_y` = 6166.98681640625,
|
||||
`position_z` = -0.97076267004013061,
|
||||
`orientation` = 0.967668235301971435,
|
||||
`CreateObject` = 2,
|
||||
`VerifiedBuild` = 68887 WHERE `id` = 25204 AND `guid` = 106829;
|
||||
Loading…
Reference in a new issue