From c8591e7927ffb305b94b8388dcd5823125e1a56d Mon Sep 17 00:00:00 2001 From: Killyana Date: Tue, 9 Oct 2018 22:32:24 +0200 Subject: DB/Creature: Defias Renegade Mage --- sql/updates/world/3.3.5/2018_10_09_08_world_335.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 sql/updates/world/3.3.5/2018_10_09_08_world_335.sql (limited to 'sql/updates') diff --git a/sql/updates/world/3.3.5/2018_10_09_08_world_335.sql b/sql/updates/world/3.3.5/2018_10_09_08_world_335.sql new file mode 100644 index 00000000000..02830cf2b8f --- /dev/null +++ b/sql/updates/world/3.3.5/2018_10_09_08_world_335.sql @@ -0,0 +1,5 @@ +-- +DELETE FROM `creature` WHERE `guid` IN (86823,86824); +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 +(86823, 450, 0, 1, 1, 0, 0, -11155.437, 1709.242, 42.898, 2.968015, 300, 0, 0, 0, 0, 0), +(86824, 450, 0, 1, 1, 0, 0, -11328.241, 1724.133, 37.056, 5.891060, 300, 0, 0, 0, 0, 0); -- cgit v1.2.3