diff options
| author | Wyrserth <Wyrserth@users.noreply.github.com> | 2019-06-23 21:19:12 +0200 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2021-12-12 02:03:30 +0100 |
| commit | 929bf454fe3ef362e6cb3d29780357c512b56288 (patch) | |
| tree | b852ea9ebd7fd100bf67dc4de94840d2cbd229e5 | |
| parent | 97fbce84f2a8f0e4f02cf55b8c72e18a7daa706d (diff) | |
DB/Creature: allow Imprisoned Beryl Sorcerer and Archmage Evanor to be visible only after certain milestones in quest chain progress
Closes #23484
(cherry picked from commit 2cd6da0313e063b8c54f7dedb7c99f21d21ceac1)
| -rw-r--r-- | sql/updates/world/master/2021_12_11_51_world_2019_06_23_14_world.sql | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_12_11_51_world_2019_06_23_14_world.sql b/sql/updates/world/master/2021_12_11_51_world_2019_06_23_14_world.sql new file mode 100644 index 00000000000..2df06282420 --- /dev/null +++ b/sql/updates/world/master/2021_12_11_51_world_2019_06_23_14_world.sql @@ -0,0 +1,10 @@ +-- +UPDATE `creature_template_addon` SET `auras`="45842" WHERE `entry`=25478; +DELETE FROM `creature_addon` WHERE `guid`=113408; +INSERT INTO `creature_addon` (`guid`, `auras`) VALUES +(113408, "46076"); + +DELETE FROM `spell_area` WHERE `spell` IN (45844, 46079); +INSERT INTO `spell_area` (`spell`, `area`, `quest_start`, `quest_end`, `aura_spell`, `racemask`, `gender`, `flags`, `quest_start_status`, `quest_end_status`) VALUES +(45844, 4023, 11590, 0, 0, 0, 2, 3, 64, 11), +(46079, 4023, 11681, 0, 0, 0, 2, 3, 66, 11); |
