From de91af66f803cbe28032c40893835d85c7bf301d Mon Sep 17 00:00:00 2001 From: Killyana Date: Wed, 19 Apr 2017 20:36:47 +0200 Subject: DB/Creature: Add missing Spirit Healer on Arathi Highlands For 3.3.5 only --- sql/updates/world/3.3.5/2017_04_19_01_world335.sql | 4 ---- sql/updates/world/3.3.5/2017_04_19_01_world_335.sql | 4 ++++ sql/updates/world/3.3.5/2017_04_19_02_world_335.sql | 4 ++++ 3 files changed, 8 insertions(+), 4 deletions(-) delete mode 100644 sql/updates/world/3.3.5/2017_04_19_01_world335.sql create mode 100644 sql/updates/world/3.3.5/2017_04_19_01_world_335.sql create mode 100644 sql/updates/world/3.3.5/2017_04_19_02_world_335.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2017_04_19_01_world335.sql b/sql/updates/world/3.3.5/2017_04_19_01_world335.sql deleted file mode 100644 index 7a668b30292..00000000000 --- a/sql/updates/world/3.3.5/2017_04_19_01_world335.sql +++ /dev/null @@ -1,4 +0,0 @@ --- -DELETE FROM `creature` WHERE `guid`=78805; -INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `VerifiedBuild`) VALUES -(78805, 6491, 0, 0, 0, 1, 1, 0, 0, -12546.896, -586.453, 39.552, 3.504853, 72000, 0, 0, 0, 0, 0, 0, 0, 0, 0); diff --git a/sql/updates/world/3.3.5/2017_04_19_01_world_335.sql b/sql/updates/world/3.3.5/2017_04_19_01_world_335.sql new file mode 100644 index 00000000000..7a668b30292 --- /dev/null +++ b/sql/updates/world/3.3.5/2017_04_19_01_world_335.sql @@ -0,0 +1,4 @@ +-- +DELETE FROM `creature` WHERE `guid`=78805; +INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `VerifiedBuild`) VALUES +(78805, 6491, 0, 0, 0, 1, 1, 0, 0, -12546.896, -586.453, 39.552, 3.504853, 72000, 0, 0, 0, 0, 0, 0, 0, 0, 0); diff --git a/sql/updates/world/3.3.5/2017_04_19_02_world_335.sql b/sql/updates/world/3.3.5/2017_04_19_02_world_335.sql new file mode 100644 index 00000000000..782477bde73 --- /dev/null +++ b/sql/updates/world/3.3.5/2017_04_19_02_world_335.sql @@ -0,0 +1,4 @@ +-- +DELETE FROM `creature` WHERE `guid`=78806; +INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `VerifiedBuild`) VALUES +(78806, 6491, 0, 0, 0, 1, 1, 0, 0, -1314.7792, -3185.288, 37.3730, 5.495047, 72000, 0, 0, 0, 0, 0, 0, 0, 0, 0); -- cgit v1.2.3