diff options
author | Killyana <morphone1@gmail.com> | 2019-06-06 17:59:17 +0200 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2019-06-06 17:59:17 +0200 |
commit | a45f26ef2dc6855f609fa89545c866a8d4ccfae8 (patch) | |
tree | 455280d7bb694e9907ed53fc593d6b321e980049 | |
parent | 5af4aa937cf90e8ecab73329e4cdac06aa5ef866 (diff) |
DB/Creature: Akama Event Trigger
-rw-r--r-- | sql/updates/world/3.3.5/2019_06_06_08_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2019_06_06_08_world.sql b/sql/updates/world/3.3.5/2019_06_06_08_world.sql new file mode 100644 index 00000000000..31dc8128b16 --- /dev/null +++ b/sql/updates/world/3.3.5/2019_06_06_08_world.sql @@ -0,0 +1,4 @@ +-- +DELETE FROM `creature` WHERE `id` IN (23496) AND `guid` IN (110007); +INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `VerifiedBuild`) VALUES +(110007, 23496, 530, 0, 0, 1, 1, 0, 0, -3727.06, 1020.66, 57.0917, 4.39823, 300, 120, 0, 0, 0, 0, 0, 0, 0, 0); |