aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKillyana <morphone1@gmail.com>2018-10-09 02:30:31 +0200
committerKillyana <morphone1@gmail.com>2018-10-09 02:30:31 +0200
commit6da267aaa17df42c21ef5f5516bf31490538bb57 (patch)
tree9b803853b20128e8b38eed14cb62d4e670349232
parent1b7b1c2cfc63c88bf25d30f336443ba4ae26dbe5 (diff)
DB/Creature: Add Saeld Brightflare and Asara Dawnblaze spawns
-rw-r--r--sql/updates/world/3.3.5/2018_10_08_13_world.sql5
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2018_10_08_13_world.sql b/sql/updates/world/3.3.5/2018_10_08_13_world.sql
new file mode 100644
index 00000000000..d5c9c6b9246
--- /dev/null
+++ b/sql/updates/world/3.3.5/2018_10_08_13_world.sql
@@ -0,0 +1,5 @@
+--
+DELETE FROM `creature` WHERE `guid` IN (86810, 86811);
+INSERT INTO `creature` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`) VALUES
+(86810, 35001, 530, 1, 1, 0, 1, -1971.53, 5267.4, -38.7625, 3.52556, 300, 0, 0, 521300, 448950, 0),
+(86811, 35002, 530, 1, 1, 0, 1, -1958.68, 5258.8, -38.7644, 4.7822, 300, 0, 0, 521300, 448950, 0);