diff options
author | Killyana <morphone1@gmail.com> | 2019-04-07 19:06:55 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2021-11-26 22:33:28 +0100 |
commit | 7ea8331fa1a2f0c98afb3854bb9710534d19e6df (patch) | |
tree | 8d217c4eedca2b4b76794cba85b6e9db81157ac9 | |
parent | b2ffbe15f1bddcf5525a57c0c6092556ca2727ea (diff) |
DB/Creature: Blackwing Orb Trigger
(cherry picked from commit 36f5114a87c12765100bc971f70df0b267e2f795)
-rw-r--r-- | sql/updates/world/master/2021_11_26_16_world_2019_04_07_02_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_11_26_16_world_2019_04_07_02_world.sql b/sql/updates/world/master/2021_11_26_16_world_2019_04_07_02_world.sql new file mode 100644 index 00000000000..fc96ac1f0b1 --- /dev/null +++ b/sql/updates/world/master/2021_11_26_16_world_2019_04_07_02_world.sql @@ -0,0 +1,4 @@ +-- +DELETE FROM `creature` WHERE `guid` IN (61706); +INSERT INTO `creature` (`guid`, `id`, `map`, `spawnDifficulties`, `phaseId`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`,`spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`) VALUES +(61706, 14449, 469, '9,18', 0, 0, 0, -7615.51, -1025.59, 413.465, 5.23599, 10, 0, 0, 42, 0, 0); |