From 43824e76a9f66278e00bc8686d673cc6bcc62d17 Mon Sep 17 00:00:00 2001 From: Killyana Date: Wed, 19 Apr 2017 20:08:54 +0200 Subject: [PATCH] DB/Creature: Add missing Spirit Healer on Stranglethorn Vale For 3.3.5 only --- sql/updates/world/3.3.5/2017_04_19_01_world335.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/world/3.3.5/2017_04_19_01_world335.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 new file mode 100644 index 00000000000..7a668b30292 --- /dev/null +++ b/sql/updates/world/3.3.5/2017_04_19_01_world335.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);