aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKillyana <morphone1@gmail.com>2018-10-09 22:32:24 +0200
committerKillyana <morphone1@gmail.com>2018-10-09 22:32:24 +0200
commitc8591e7927ffb305b94b8388dcd5823125e1a56d (patch)
tree8ef97fce1f1e737f60c25944d819359d02ed602f
parentd669d6c0c541a6d941c7d8c30daba3d40e5cc673 (diff)
DB/Creature: Defias Renegade Mage
-rw-r--r--sql/updates/world/3.3.5/2018_10_09_08_world_335.sql5
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2018_10_09_08_world_335.sql b/sql/updates/world/3.3.5/2018_10_09_08_world_335.sql
new file mode 100644
index 00000000000..02830cf2b8f
--- /dev/null
+++ b/sql/updates/world/3.3.5/2018_10_09_08_world_335.sql
@@ -0,0 +1,5 @@
+--
+DELETE FROM `creature` WHERE `guid` IN (86823,86824);
+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
+(86823, 450, 0, 1, 1, 0, 0, -11155.437, 1709.242, 42.898, 2.968015, 300, 0, 0, 0, 0, 0),
+(86824, 450, 0, 1, 1, 0, 0, -11328.241, 1724.133, 37.056, 5.891060, 300, 0, 0, 0, 0, 0);