diff options
| -rw-r--r-- | sql/updates/world/3.3.5/2018_10_09_06_world_335.sql | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2018_10_09_06_world_335.sql b/sql/updates/world/3.3.5/2018_10_09_06_world_335.sql new file mode 100644 index 00000000000..5180e32734a --- /dev/null +++ b/sql/updates/world/3.3.5/2018_10_09_06_world_335.sql @@ -0,0 +1,6 @@ +-- +UPDATE `creature` SET `id`=358, `position_x`=2165, `position_y`=-4656.42, `position_z`=50.5176, `orientation`=2.79916 WHERE `guid`=6615; +DELETE FROM `creature` WHERE `guid` IN (86813); +INSERT INTO `creature` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`) VALUES +(86813, 5194, 1, 1, 1, 0, 0, 2163.92, -4651.9, 50.6112, 3.61204, 180, 0, 0, 0, 0,0); +UPDATE `creature` SET `orientation`=0.484856 WHERE `guid`=6617; |
