From 482b42521ff2be4cba6b97866ef77d7a44d7b386 Mon Sep 17 00:00:00 2001 From: Killyana Date: Sun, 9 Apr 2017 16:51:20 +0200 Subject: [PATCH] DB/Creature: Add missing Spirit Healer on Eastern Plaguelands For 3.3.5 only --- sql/updates/world/3.3.5/2017_04_09_03_world_335.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/world/3.3.5/2017_04_09_03_world_335.sql diff --git a/sql/updates/world/3.3.5/2017_04_09_03_world_335.sql b/sql/updates/world/3.3.5/2017_04_09_03_world_335.sql new file mode 100644 index 00000000000..8250841b137 --- /dev/null +++ b/sql/updates/world/3.3.5/2017_04_09_03_world_335.sql @@ -0,0 +1,4 @@ +-- +DELETE FROM `creature` WHERE `guid`=77941; +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 +(77941, 6491, 0, 0, 0, 1, 1, 0, 0, 2061.67, -5019.286, 73.744, 2.919482, 72000, 0, 0, 0, 0, 0, 0, 0, 0, 0);