diff options
| author | Keader <keader.android@gmail.com> | 2020-01-07 23:09:59 -0300 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2021-12-20 20:18:55 +0100 |
| commit | 174f4bad3d9b42e6d56113450f9e9851dda2942e (patch) | |
| tree | 52f5531f264d44f34a3b654b294c7cb4de43ea05 /sql/updates | |
| parent | 93e446d9d7a32cfb867be81ff807832f83caaa22 (diff) | |
Scripts/Blood Furnace: Fixed Broggok reset issues and some little improvements
Closes #23658
(cherry picked from commit 1bdc792559fbf4fa713fce40cdcf012e63fdc741)
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/world/master/2021_12_20_01_world_2020_01_07_01_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_12_20_01_world_2020_01_07_01_world.sql b/sql/updates/world/master/2021_12_20_01_world_2020_01_07_01_world.sql new file mode 100644 index 00000000000..fad14bf814f --- /dev/null +++ b/sql/updates/world/master/2021_12_20_01_world_2020_01_07_01_world.sql @@ -0,0 +1,4 @@ +DELETE FROM `creature_text` WHERE `CreatureID`=17398; +UPDATE `creature_template` SET `AIName` = '', `ScriptName` = 'npc_nascent_fel_orc' WHERE `entry`=17398; +UPDATE `creature_template` SET `AIName` = '', `ScriptName` = 'npc_fel_orc_neophyte' WHERE `entry`=17429; +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (17398, 17429) AND `source_type`=0; |
