diff options
author | Killyana <morphone1@gmail.com> | 2019-03-05 21:29:30 +0100 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2021-11-24 20:35:18 +0100 |
commit | 04df2b6dcad530850994a9345e294c94d04fb28b (patch) | |
tree | 62b49f88ed4b7e65edb718c892301d2aabed6b34 | |
parent | f34c515ec891480ad22e2efcfb373bcee5316241 (diff) |
DB/Quest : Improvements for The Brothers Bronzebeard
Closes #22651
(cherry picked from commit 79ae1cb1473a26dd173a794d93e409d19f75ea6e)
-rw-r--r-- | sql/updates/world/master/2021_11_24_21_world_2019_03_05_04_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_11_24_21_world_2019_03_05_04_world.sql b/sql/updates/world/master/2021_11_24_21_world_2019_03_05_04_world.sql new file mode 100644 index 00000000000..d4a12ae12f3 --- /dev/null +++ b/sql/updates/world/master/2021_11_24_21_world_2019_03_05_04_world.sql @@ -0,0 +1,3 @@ +-- +UPDATE `creature_template` SET `faction`=290 WHERE `entry` IN (30134); +UPDATE `smart_scripts` SET `event_type`=60 WHERE `entryorguid` IN (30134) AND `source_type`=0 AND `id` IN (13,14); |