From a45f26ef2dc6855f609fa89545c866a8d4ccfae8 Mon Sep 17 00:00:00 2001 From: Killyana Date: Thu, 6 Jun 2019 17:59:17 +0200 Subject: DB/Creature: Akama Event Trigger --- sql/updates/world/3.3.5/2019_06_06_08_world.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/world/3.3.5/2019_06_06_08_world.sql (limited to 'sql') 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); -- cgit v1.2.3