From f3d050dc036f4090a227a16361a7ebea89e1198e Mon Sep 17 00:00:00 2001 From: Killyana Date: Tue, 9 Oct 2018 02:30:31 +0200 Subject: DB/Creature: Add Saeld Brightflare and Asara Dawnblaze spawns (cherry picked from commit 6da267aaa17df42c21ef5f5516bf31490538bb57) --- sql/updates/world/master/2021_11_13_13_world_2018_10_08_13_world.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 sql/updates/world/master/2021_11_13_13_world_2018_10_08_13_world.sql (limited to 'sql') diff --git a/sql/updates/world/master/2021_11_13_13_world_2018_10_08_13_world.sql b/sql/updates/world/master/2021_11_13_13_world_2018_10_08_13_world.sql new file mode 100644 index 00000000000..d49cb58621e --- /dev/null +++ b/sql/updates/world/master/2021_11_13_13_world_2018_10_08_13_world.sql @@ -0,0 +1,5 @@ +-- +DELETE FROM `creature` WHERE `guid` IN (86810, 86811); +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 +(86810, 35001, 530, '0', 0, 0, 1, -1971.53, 5267.4, -38.7625, 3.52556, 300, 0, 0, 0, 0, 0), +(86811, 35002, 530, '0', 0, 0, 1, -1958.68, 5258.8, -38.7644, 4.7822, 300, 0, 0, 0, 0, 0); -- cgit v1.2.3