aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKillyana <morphone1@gmail.com>2017-04-09 16:51:20 +0200
committerKillyana <morphone1@gmail.com>2017-04-09 16:51:20 +0200
commit6c3eaff81ddaf076ba070ca71b90a5ca713c4a0e (patch)
treecc3db364592ce6ea97b5b635e7bb3d488bb767c7
parent33ce20b021a0d848a3c33058e8757bc3bddee970 (diff)
DB/Creature: Add missing Spirit Healer on Eastern Plaguelands
For 3.3.5 only
-rw-r--r--sql/updates/world/3.3.5/2017_04_09_03_world_335.sql4
1 files changed, 4 insertions, 0 deletions
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);