mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-25 03:12:09 +01:00
DB: Fix spawn position and equipment for Coilfang Engineers
By @Saben65
Closes #16104
(cherry picked from commit 17b57453c1)
This commit is contained in:
4
sql/updates/world/2016_01_17_07_world_2015_12_29_03.sql
Normal file
4
sql/updates/world/2016_01_17_07_world_2015_12_29_03.sql
Normal file
@@ -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;
|
||||
Reference in New Issue
Block a user