diff options
| author | Dr-J <daniel.jarrott0@gmail.com> | 2015-05-02 19:54:52 +0100 |
|---|---|---|
| committer | Dr-J <daniel.jarrott0@gmail.com> | 2015-05-02 19:54:52 +0100 |
| commit | 8d10a37bd56c9454c92fa378978844cda155ef80 (patch) | |
| tree | d4662ef32b0a4c6914a85b474f3005a775526142 | |
| parent | 5dba91fb0e38c65eb3ae66d7e63754321d3e235d (diff) | |
DB/Misc: Extra-Dimensional Ghost Revealer
By @Killyana
Closes #3052
| -rw-r--r-- | sql/updates/world/2015_05_02_00_world.sql | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sql/updates/world/2015_05_02_00_world.sql b/sql/updates/world/2015_05_02_00_world.sql new file mode 100644 index 00000000000..58ce723fd6f --- /dev/null +++ b/sql/updates/world/2015_05_02_00_world.sql @@ -0,0 +1,10 @@ +SET @GUID := 16937; -- 1 creature guid Set by TC +DELETE FROM `creature` WHERE `id`=16123; +INSERT INTO `creature` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`,`curhealth`) VALUES +(@GUID, 16123, 0, 1, 1, -14457.221680, 448.084534, 20.406971, 6.115618, 600, 0); + +DELETE FROM `creature_template_addon` WHERE `entry` IN (16123, 16033, 16016); +INSERT INTO `creature_template_addon` (`entry`,`bytes1`,`bytes2`, `emote`, `auras`) VALUES +(16123,0,0,0,"27614 17327 44816"), +(16033,0,0,0,"27614 17327"), +(16016,0,0,0,"27614 17327"); |
