aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAokromes <Aokromes@users.noreply.github.com>2016-11-02 05:14:27 +0100
committerGitHub <noreply@github.com>2016-11-02 05:14:27 +0100
commit725208d2d69d88147b2d2975f08a90279261b8cf (patch)
treed5b3eb69b59630b1415bb1e5cc2fec7d6b2a3d37
parent4acaf2dda4e1543ff6c64409ce19db987e3ba06e (diff)
DB/Creature: add missing spirit healer on graveyard 69
cherry pick from https://gitlab.com/trinitycore/TrinityCore_434/commit/335a1a3a7a8d1cb079e20719b589c87decd6bb93
-rw-r--r--sql/updates/world/master/2016_11_02_00_world.sql5
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/master/2016_11_02_00_world.sql b/sql/updates/world/master/2016_11_02_00_world.sql
new file mode 100644
index 00000000000..e2aac96b590
--- /dev/null
+++ b/sql/updates/world/master/2016_11_02_00_world.sql
@@ -0,0 +1,5 @@
+--
+DELETE FROM `creature` WHERE `guid` = 250025 AND `id` =6491;
+INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseId`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `VerifiedBuild`) VALUES
+(250025, 6491, 0, 1497, 1497, 169, 1, 0, 0, 1819.41, 219.233, 60.0732, 0.337883, 60, 0, 0, 4120, 0, 0, 0, 0, 0, 0);
+--