aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKillyana <morphone1@gmail.com>2019-05-31 17:29:33 +0200
committerKillyana <morphone1@gmail.com>2019-05-31 17:29:33 +0200
commit33074b34c8bcdcb7005af12dc5bf21665e495f5b (patch)
treea368d40db585c20dff2808aea1ad1d89e558cda0
parenta99f67c381915cbf4407e18244304d7624c63966 (diff)
DB/Creature: Forgus
-rw-r--r--sql/updates/world/3.3.5/2019_05_31_05_world.sql6
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2019_05_31_05_world.sql b/sql/updates/world/3.3.5/2019_05_31_05_world.sql
new file mode 100644
index 00000000000..5c557944ce5
--- /dev/null
+++ b/sql/updates/world/3.3.5/2019_05_31_05_world.sql
@@ -0,0 +1,6 @@
+--
+DELETE FROM `creature` WHERE `id` IN (21455, 23148) AND `guid` IN (106218,106222);
+INSERT INTO `creature` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `MovementType`) VALUES
+(106218, 21455, 530, 1, 1, 1, -3422.27, 1122.06, 46.7247, 0.86922, 180, 0, 0),
+(106222, 23148, 530, 1, 1, 0, -5137.82, 561.520, 84.3600, 4.74700, 180, 0, 0);
+