-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix (Core/Raid/Boss Script): Naxxramas boss loatheb kill event #2098
fix (Core/Raid/Boss Script): Naxxramas boss loatheb kill event #2098
Conversation
* Thx to mik1893 and TrinityCore
This reverts commit 5e21ad5.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice Work
@Selyria have you tested this? |
Tested, work fine now.... this issue is mark for "Priority - Low" I hate them for that HA HA |
Confirmed working |
Thanks @GMKyle for PR, @Selyria , @solidmaxtor, @spinzaku for testing 👍 |
@FrancescoBorzi yes i have this tested |
* fix(Core/DB/Quest): Let Them Eat Crow (azerothcore#1680) * Import pending SQL update file... Referenced commit(s): 091e7c1 * fix (Core/Dungeon/Boss Script): Remove Goblin Rocket Pack from inventory. (azerothcore#2095) * fix(Core/Raid/Boss Script): Naxxramas boss loatheb kill event (azerothcore#2098) * fix(DB/SAI): Revamp Crystalweb Cavern (azerothcore#2105) * Import pending SQL update file... Referenced commit(s): 51e54da * chore: improved pull_request_template.md (azerothcore#2166) * chore(README.md): add Discord badge (azerothcore#2162) * fix(DB/Core): Throwing spells for Instructor Razuvious and Drakkari Battle Riders (azerothcore#2109) * Import pending SQL update file... Referenced commit(s): 5e34574
* fix(Core/DB/Quest): Let Them Eat Crow (azerothcore#1680) * Import pending SQL update file... Referenced commit(s): 091e7c1 * fix (Core/Dungeon/Boss Script): Remove Goblin Rocket Pack from inventory. (azerothcore#2095) * fix(Core/Raid/Boss Script): Naxxramas boss loatheb kill event (azerothcore#2098) * fix(DB/SAI): Revamp Crystalweb Cavern (azerothcore#2105) * Import pending SQL update file... Referenced commit(s): 51e54da * chore: improved pull_request_template.md (azerothcore#2166) * chore(README.md): add Discord badge (azerothcore#2162) * fix(DB/Core): Throwing spells for Instructor Razuvious and Drakkari Battle Riders (azerothcore#2109) * Import pending SQL update file... Referenced commit(s): 5e34574 * feat(core/AI): implement DoCastSelf helper (azerothcore#2179) * Updated client data downloader url with vmaps 4.3 * feat(Core/CFBG): Added support module mod-cfbg (azerothcore#2064) https://github.com/Winfidonarleyan/mod-cfbg - Original module https://github.com/azerothcore/mod-cfbg - the fork in AC * fix(Core/Instance): Fix instance resetting exploit (azerothcore#2172) * fix(Core/Instance): Fix instance resetting exploit - Fix issue with instance reset exploit Co-Authored-By: Lee <talamortis@users.noreply.github.com> * Added another check Added a check to see if any players are in the current instance before teleporting the player to the entrance. * fix(DB/SAI): Mirage Raceway - goblin / gnome racing (azerothcore#2119) * Import pending SQL update file... Referenced commit(s): 825fde8 * fix(Scripts/Karazhan): Cleanup in opera event (azerothcore#2163) * fix(Core/Commands): Support morph uint32 ids (azerothcore#1753) * fix(DB/creature): Random movement for "Icemaw Bear" and "Ravenous Jormungar" (azerothcore#2149) * Import pending SQL update file... Referenced commit(s): 0232f0b * fix(Core/SpellInfo): Magmadar's Enrage dispel fix (azerothcore#2146) Putting the Magmadar's Enrage spell as a Buff to make it dispellable. * fix(DB/creature): Thorim position (Temple of Storms) (azerothcore#2160) * Import pending SQL update file... Referenced commit(s): ff1e6c0
ISSUES ADDRESSED:
When boss loatheb it's killed in Naxxramas, players remains trapped, and instance event is still running.
Closes
#2053
TESTS PERFORMED:
Build without errors and tested in-game. (Win10 and Debian 9 servers).
HOW TO TEST THE CHANGES:
Target branch(es):
Master