Skip to content

Commit

Permalink
DB/Creatures: Added a missing innkeeper in Dragon Maw Base Camp.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kinzcool committed Apr 3, 2013
1 parent 25d7cd2 commit c02ec5c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions sql/updates/world/2013_04_02_02_world_creature.sql
@@ -0,0 +1,5 @@
SET @CGUID := 40471;

DELETE FROM `creature` WHERE `guid`=@CGUID;
INSERT INTO `creature` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `MovementType`) VALUES
(@CGUID, 23143, 530, 1, 1, -5142.569, 581.3281, 84.13567, 0.5061455, 120, 0, 0); -- Horus (Area: Netherwing Ledge)

0 comments on commit c02ec5c

Please sign in to comment.