aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKillyana <morphone1@gmail.com>2019-07-23 23:36:11 +0200
committerShauren <shauren.trinity@gmail.com>2021-12-17 20:24:11 +0100
commitecb0341ad7b9e880c4b1f734a40417824c1cfc9c (patch)
treeb8d55f06a036255d1a4cf37cd218e6e724b7f8a3
parentcc186565cc4ef14c1b40460ef92f235886730c1c (diff)
DB/Creature: Boss Portal: Purple (3.00)
(cherry picked from commit b54d66799339f37a2e6768e4ed1178f79d3d72b0)
-rw-r--r--sql/updates/world/master/2021_12_17_05_world_2019_07_23_04_world.sql9
1 files changed, 9 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_12_17_05_world_2019_07_23_04_world.sql b/sql/updates/world/master/2021_12_17_05_world_2019_07_23_04_world.sql
new file mode 100644
index 00000000000..474c40b04c8
--- /dev/null
+++ b/sql/updates/world/master/2021_12_17_05_world_2019_07_23_04_world.sql
@@ -0,0 +1,9 @@
+--
+DELETE FROM `creature` WHERE `id`=24925 AND `guid` IN (113147,113151,113208);
+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
+(113147, 24925, 530, 0, 0, '0', 0, 22742, 0, -3500.62, 395.197, 32.8023, 3.05433, 25, 0, 0, 0, 0, 0, 0, 0, 0, 0),
+(113151, 24925, 530, 0, 0, '0', 0, 22742, 0, -3618.64, 396.125, 33.1356, 0.03491, 25, 0, 0, 0, 0, 0, 0, 0, 0, 0),
+(113208, 24925, 530, 0, 0, '0', 0, 22742, 0, -3560.61, 372.614, 32.7836, 1.57081, 25, 0, 0, 0, 0, 0, 0, 0, 0, 0);
+
+UPDATE `creature_template` SET `flags_extra`=`flags_extra`|128 WHERE `entry`=24925;
+UPDATE `creature_template_addon` SET `emote`=422 WHERE `entry`=24925;