mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-15 23:20:36 +01:00
DB/Spawns: Remove "Hand of the Deceiver" spawns as summoned by a script
This commit is contained in:
2
sql/updates/world/3.3.5/2020_01_05_01_world.sql
Normal file
2
sql/updates/world/3.3.5/2020_01_05_01_world.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
--
|
||||
DELETE FROM `creature` WHERE `guid` IN (44468,55063,45514);
|
||||
@@ -185,9 +185,9 @@ enum KilJaedenTimers
|
||||
// Locations of the Hand of Deceiver adds
|
||||
Position DeceiverLocations[3]=
|
||||
{
|
||||
{1682.045f, 631.299f, 5.936f, 0.0f},
|
||||
{1684.099f, 618.848f, 0.589f, 0.0f},
|
||||
{1694.170f, 612.272f, 1.416f, 0.0f}
|
||||
{1682.949951, 637.75000, 28.0231, 5.717090f},
|
||||
{1684.699951, 614.41998, 28.0580, 0.698392f},
|
||||
{1707.609985, 612.15002, 28.0946, 1.990370f}
|
||||
};
|
||||
|
||||
// Locations, where Shield Orbs will spawn
|
||||
|
||||
Reference in New Issue
Block a user