aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKillyana <morphone1@gmail.com>2019-07-25 20:14:56 +0200
committerKillyana <morphone1@gmail.com>2019-07-25 20:14:56 +0200
commitf05bb032bd620ab58599b99b22c11bdb5ece6f6c (patch)
tree5c44800184a9a04591b5fcaeb42722959fc390d0
parentb28f50546cc9c2bb22c5530a3904e629e0141ca8 (diff)
DB/Creature: Archmage Invisible Target
-rw-r--r--sql/updates/world/3.3.5/2019_07_25_05_world.sql4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2019_07_25_05_world.sql b/sql/updates/world/3.3.5/2019_07_25_05_world.sql
new file mode 100644
index 00000000000..814c08884d6
--- /dev/null
+++ b/sql/updates/world/3.3.5/2019_07_25_05_world.sql
@@ -0,0 +1,4 @@
+--
+DELETE FROM `creature` WHERE `id`=25172 AND `guid` IN (113530);
+INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `VerifiedBuild`) VALUES
+(113530, 25172, 530, 0, 0, 1, 1, 0, 0, 12940, -6973.45, 18.3365, 3.76991, 300, 0, 0, 0, 0, 0, 0, 0, 0, 0);