diff options
| author | Killyana <morphone1@gmail.com> | 2019-07-23 18:49:44 +0200 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2021-12-17 20:03:51 +0100 |
| commit | 2a5a7410ef5724e20ecd37a4db7f552db48e34d2 (patch) | |
| tree | 4b29b0c6c940efef8453ee7a38f616d551f443ac | |
| parent | 2d462319e0087454c950742cdb0377e9becfa9d4 (diff) | |
DB/Creature: Padwai, Son of Orfus
(cherry picked from commit 2150441ebb79fd017ee2d0927df9d29de297f00e)
| -rw-r--r-- | sql/updates/world/master/2021_12_17_02_world_2019_07_23_01_world.sql | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_12_17_02_world_2019_07_23_01_world.sql b/sql/updates/world/master/2021_12_17_02_world_2019_07_23_01_world.sql new file mode 100644 index 00000000000..9924d1656f0 --- /dev/null +++ b/sql/updates/world/master/2021_12_17_02_world_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`, `spawnDifficulties`, `phaseId`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `MovementType`) VALUES +(111427, 24884,571,'0',0,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,""); |
