diff options
author | Killyana <morphone1@gmail.com> | 2019-04-04 22:17:27 +0200 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2019-04-04 22:17:27 +0200 |
commit | b0426f4e47bcc42ab84cc4fa0f6ec2b136f6d31d (patch) | |
tree | 541be65481a576ce28cc3a8041f23ea299689ebe | |
parent | 968723b5ec43acb14d4b1312fb83dced4e1a8ead (diff) |
DB/Creature: Onyxia Trigger
-rw-r--r-- | sql/updates/world/3.3.5/2019_04_04_04_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2019_04_04_04_world.sql b/sql/updates/world/3.3.5/2019_04_04_04_world.sql new file mode 100644 index 00000000000..14d790def7c --- /dev/null +++ b/sql/updates/world/3.3.5/2019_04_04_04_world.sql @@ -0,0 +1,4 @@ +-- +DELETE FROM `creature` WHERE `guid` IN (60889); +INSERT INTO `creature` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`) VALUES +(60889, 12758, 249, 3, 1, 0, 0, -27.0481, -219.097, -89.2858, 4.76475, 180, 0, 0, 0, 0, 0); |