aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKillyana <morphone1@gmail.com>2019-06-04 00:06:17 +0200
committerKillyana <morphone1@gmail.com>2019-06-04 00:06:17 +0200
commit9e167dd9cbe40a89f9df5b99eb6a543f1d3bebb3 (patch)
tree0ac51605f2167c4cab7f0687c3f9908f1f9c161e
parent26e859051e865603acffde69d6d86054538468b2 (diff)
DB/Creature: Seer Nakha
-rw-r--r--sql/updates/world/3.3.5/2019_06_03_04_world.sql4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2019_06_03_04_world.sql b/sql/updates/world/3.3.5/2019_06_03_04_world.sql
new file mode 100644
index 00000000000..530c54eec4d
--- /dev/null
+++ b/sql/updates/world/3.3.5/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`, `spawnMask`, `phaseMask`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `MovementType`) VALUES
+(109724, 23265, 530, 1, 1, 1, -1333.53, 7221.96, 33.583, 2.26893, 300, 0, 0);