Skip to content

Commit

Permalink
DB: Fix spawn position and equipment for Coilfang Engineers
Browse files Browse the repository at this point in the history
By @Saben65
Closes #16104
  • Loading branch information
Killyana committed Dec 29, 2015
1 parent cb6a7b7 commit 17b5745
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sql/updates/world/2015_12_29_03_world.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
--
UPDATE `creature` SET `position_x`=-5.298958, `position_y`=-131.3911, `position_z`=-21.17339, `orientation`=4.817109 WHERE `guid`= 12686 AND `id`=17721;
UPDATE `creature` SET `position_x`=-21.93356, `position_y`=-126.7303, `position_z`=-21.71569, `orientation`=4.939282 WHERE `guid`= 12687 AND `id`=17721;
UPDATE `creature_equip_template` SET `ItemID1`=1903 WHERE `CreatureID`=17721;

0 comments on commit 17b5745

Please sign in to comment.