From 2a5a7410ef5724e20ecd37a4db7f552db48e34d2 Mon Sep 17 00:00:00 2001 From: Killyana Date: Tue, 23 Jul 2019 18:49:44 +0200 Subject: DB/Creature: Padwai, Son of Orfus (cherry picked from commit 2150441ebb79fd017ee2d0927df9d29de297f00e) --- .../world/master/2021_12_17_02_world_2019_07_23_01_world.sql | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 sql/updates/world/master/2021_12_17_02_world_2019_07_23_01_world.sql 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,""); -- cgit v1.2.3