From ad0bc1794f7dc8d35f25324f3bb39a02b5a90c8b Mon Sep 17 00:00:00 2001 From: Killyana Date: Tue, 4 Jun 2019 00:06:17 +0200 Subject: DB/Creature: Seer Nakha (cherry picked from commit 9e167dd9cbe40a89f9df5b99eb6a543f1d3bebb3) --- sql/updates/world/master/2021_12_10_08_world_2019_06_03_04_world.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/world/master/2021_12_10_08_world_2019_06_03_04_world.sql diff --git a/sql/updates/world/master/2021_12_10_08_world_2019_06_03_04_world.sql b/sql/updates/world/master/2021_12_10_08_world_2019_06_03_04_world.sql new file mode 100644 index 00000000000..6206b065847 --- /dev/null +++ b/sql/updates/world/master/2021_12_10_08_world_2019_06_03_04_world.sql @@ -0,0 +1,4 @@ +-- +DELETE FROM `creature` WHERE `id` IN (23265) AND `guid` IN (109724); +INSERT INTO `creature` (`guid`, `id`, `map`, `spawnDifficulties`, `phaseId`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `MovementType`) VALUES +(109724, 23265, 530, '0', 0, 1, -1333.53, 7221.96, 33.583, 2.26893, 300, 0, 0); -- cgit v1.2.3