aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKillyana <morphone1@gmail.com>2019-06-04 00:06:17 +0200
committerShauren <shauren.trinity@gmail.com>2021-12-10 21:18:17 +0100
commitad0bc1794f7dc8d35f25324f3bb39a02b5a90c8b (patch)
treeb9c1f1f89edc55da4b7fcb4f54abb36a10938fa9
parentc5eebd9ebe802898f9440de79372dd143c0a406a (diff)
DB/Creature: Seer Nakha
(cherry picked from commit 9e167dd9cbe40a89f9df5b99eb6a543f1d3bebb3)
-rw-r--r--sql/updates/world/master/2021_12_10_08_world_2019_06_03_04_world.sql4
1 files changed, 4 insertions, 0 deletions
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);