aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKillyana <morphone1@gmail.com>2019-07-25 20:14:56 +0200
committerShauren <shauren.trinity@gmail.com>2021-12-17 20:57:40 +0100
commit00ca33f9a7db1601817ede2e16e4c5c6b13fbbcf (patch)
treeba2cc65d4b6cd3d67a7509343904f04c4283bed0
parentb70cbe10727c2892c62077ddc453b8cff09be639 (diff)
DB/Creature: Archmage Invisible Target
(cherry picked from commit f05bb032bd620ab58599b99b22c11bdb5ece6f6c)
-rw-r--r--sql/updates/world/master/2021_12_17_10_world_2019_07_25_05_world.sql4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_12_17_10_world_2019_07_25_05_world.sql b/sql/updates/world/master/2021_12_17_10_world_2019_07_25_05_world.sql
new file mode 100644
index 00000000000..ccc258ea4e0
--- /dev/null
+++ b/sql/updates/world/master/2021_12_17_10_world_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`, `spawnDifficulties`, `phaseId`, `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, '0', 0, 0, 0, 12940, -6973.45, 18.3365, 3.76991, 300, 0, 0, 0, 0, 0, 0, 0, 0, 0);