diff options
author | Killyana <morphone1@gmail.com> | 2019-07-23 18:49:44 +0200 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2019-07-23 18:49:44 +0200 |
commit | 2150441ebb79fd017ee2d0927df9d29de297f00e (patch) | |
tree | a7634e5bd978fc3e2fa9dbc86d423050649e47ef | |
parent | 54db9ca2579d42cd48f0db620c4aa5d082c87a74 (diff) |
DB/Creature: Padwai, Son of Orfus
-rw-r--r-- | sql/updates/world/3.3.5/2019_07_23_01_world.sql | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2019_07_23_01_world.sql b/sql/updates/world/3.3.5/2019_07_23_01_world.sql new file mode 100644 index 00000000000..a1f919ea158 --- /dev/null +++ b/sql/updates/world/3.3.5/2019_07_23_01_world.sql @@ -0,0 +1,10 @@ +-- +UPDATE `creature` SET `position_x`=687.612061, `position_y`=-3833.748535, `position_z`=249.323883 WHERE `guid`=132537 AND `id`=23804; + +DELETE FROM `creature` WHERE `guid`=111427 AND `id`=24884; +INSERT INTO `creature` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `MovementType`) VALUES +(111427, 24884,571,1,1,0,685.137, -3833.74, 249.413, 4.85202,180,0,0); + +DELETE FROM `creature_addon` WHERE `guid` IN (111427); +INSERT INTO `creature_addon` (`guid`, `path_id`, `bytes1`, `bytes2`, `auras`) VALUES +(111427,0,1,1,""); |