diff options
author | Killyana <morphone1@gmail.com> | 2019-07-23 23:36:11 +0200 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2019-07-23 23:36:11 +0200 |
commit | b54d66799339f37a2e6768e4ed1178f79d3d72b0 (patch) | |
tree | 7d8d7077f85ba3d50fbb7cce92b7011861e7170c | |
parent | c1269e79d2b5c638fc1cbfee75b6d23fdbbc0aef (diff) |
DB/Creature: Boss Portal: Purple (3.00)
-rw-r--r-- | sql/updates/world/3.3.5/2019_07_23_04_world.sql | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2019_07_23_04_world.sql b/sql/updates/world/3.3.5/2019_07_23_04_world.sql new file mode 100644 index 00000000000..f73fd2ea302 --- /dev/null +++ b/sql/updates/world/3.3.5/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`, `spawnMask`, `phaseMask`, `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, 1, 1, 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, 1, 1, 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, 1, 1, 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; |