aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorKillyana <morphone1@gmail.com>2019-05-25 02:51:42 +0200
committerShauren <shauren.trinity@gmail.com>2021-12-08 20:31:38 +0100
commit229d35adba360cc8a2c8f5d6d4d2a4defc13477a (patch)
tree92917e2ba3d87204d23d9f5e19367bef73a56355 /sql/updates
parent5b724ebfe3674e85d83cf891f831775f83b08632 (diff)
DB/Creature: Dark Portal Dummy 1.30
(cherry picked from commit fdec429f189ac88381b1ba9f8d83ef5f4f9e0017)
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/world/master/2021_12_08_02_world_2019_05_24_03_world.sql11
1 files changed, 11 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_12_08_02_world_2019_05_24_03_world.sql b/sql/updates/world/master/2021_12_08_02_world_2019_05_24_03_world.sql
new file mode 100644
index 00000000000..303dc95d990
--- /dev/null
+++ b/sql/updates/world/master/2021_12_08_02_world_2019_05_24_03_world.sql
@@ -0,0 +1,11 @@
+--
+UPDATE `creature_template` SET `flags_extra`=`flags_extra`|128 WHERE `entry` IN (21862);
+DELETE FROM `creature` WHERE `guid` IN (106798);
+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
+(106798, 21862, 269, 0, 0, '1,2', 0, 0, 0, -2025.52, 7119.707, 22.74707, 3.071779, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 0); -- 21862 (Area: 0 - Difficulty: 0) (Auras: 32570 - 32570)
+UPDATE `creature` SET `position_x`=-2025.295, `position_y`=7119.58, `position_z`=22.74709, `orientation`=3.001966 WHERE `id`=15608;
+UPDATE `creature_template_addon` SET `auras`="31635" WHERE `entry` IN (15608);
+
+DELETE FROM `creature_template_addon` WHERE `entry` IN (21862);
+INSERT INTO `creature_template_addon` (`entry`, `auras`, `bytes1`,`bytes2`) VALUES
+(21862, "32570", 0, 1);