diff options
| author | Subv2112 <s.v.h21@hotmail.com> | 2012-02-04 19:51:39 -0500 |
|---|---|---|
| committer | Subv2112 <s.v.h21@hotmail.com> | 2012-02-04 19:51:39 -0500 |
| commit | 0e2ae5029ab2051e763fe1507eaf49081d5dcbd0 (patch) | |
| tree | 2414110714b20692afbb6395735f7f8a144d5b68 | |
| parent | c8a8b9e1748cd1e9ac135b6c82c30bb5c90575ea (diff) | |
SQL: Added missing spawn of Spirit Healer in Desolace
Author: The-Legend
| -rw-r--r-- | sql/updates/world/2012_02_04_00_world_creature.sql | 4 |
1 files changed, 4 insertions, 0 deletions
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); |
