From 2150441ebb79fd017ee2d0927df9d29de297f00e 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 --- sql/updates/world/3.3.5/2019_07_23_01_world.sql | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 sql/updates/world/3.3.5/2019_07_23_01_world.sql (limited to 'sql') 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,""); -- cgit v1.2.3