From 0e2ae5029ab2051e763fe1507eaf49081d5dcbd0 Mon Sep 17 00:00:00 2001 From: Subv2112 Date: Sat, 4 Feb 2012 19:51:39 -0500 Subject: SQL: Added missing spawn of Spirit Healer in Desolace Author: The-Legend --- sql/updates/world/2012_02_04_00_world_creature.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/world/2012_02_04_00_world_creature.sql (limited to 'sql') diff --git a/sql/updates/world/2012_02_04_00_world_creature.sql b/sql/updates/world/2012_02_04_00_world_creature.sql new file mode 100644 index 00000000000..c285c094adc --- /dev/null +++ b/sql/updates/world/2012_02_04_00_world_creature.sql @@ -0,0 +1,4 @@ +-- Adds missing spirit healer in Desolace +SET @GUID := 40269; +INSERT INTO `creature` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`) VALUES +(@GUID, 6491, 1, 1, 1, 0, 0, -452.182, 2513.69, 92.8852, 6.1809, 300, 0, 0, 4120, 0, 0, 0, 0, 0); -- cgit v1.2.3