diff options
author | Trond B. Krokli <38162891+illfated@users.noreply.github.com> | 2020-07-29 13:26:39 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2022-01-24 13:19:36 +0100 |
commit | fa444aca6679da243a2e844d75631fa6f10bf92d (patch) | |
tree | a047deb7778f9b3a2c017107d443a0fd6a9d3f33 /src/server/game/Spells/SpellMgr.cpp | |
parent | 9c38dc2367e1bb59a5a4ad7a52abd522a035ae5d (diff) |
Scripts/Quest: Force of Neltharaku quest credit (#24807)
* Scripts/Quest: Force of Neltharaku quest credit
**Description:**
Suggested solution to resolve the kill credit double cast issue
in the quest "The Force of Neltharaku" (10854).
by Rushor
**Changes proposed:**
- Remove duplicate spell casts in the zone quest script
- Remove commented-out script section
- Set a couple of unit flags (anim/stand/hover)
- Move return new creature script override to end of script
- Move PlayerGUID, FlyTimer, and Tapped to Private
- Add DB flight movement control to Enslaved Netherwing Drake
- Add SpellMgr MaxAffectedTargets = 1 for spell 38762
- Add movement enum POINT_MOVE_UP
- Add missing enum for quest ID
**Target branch(es):** 3.3.5/master
- [X] 3.3.5
- [X] master
**Issues addressed:** Closes #24796
**Tests performed:** (Does it build, tested in-game, etc.)
Pending for now.
**Known issues and TODO list:** (add/remove lines as needed)
- [X] Open PR in draft mode until testing is cleared
- [ ] Compile and create local server
- [ ] Test changes on local server
* Rename 9999_99_99_99_world.sql to 2020_07_29_00_world.sql
Co-authored-by: Rushor <Rushor@users.noreply.github.com>
Co-authored-by: Giacomo Pozzoni <giacomopoz@gmail.com>
(cherry picked from commit e0dae8feb6607b5190d14b56ecfc10bbfa667c95)
Diffstat (limited to 'src/server/game/Spells/SpellMgr.cpp')
-rw-r--r-- | src/server/game/Spells/SpellMgr.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/server/game/Spells/SpellMgr.cpp b/src/server/game/Spells/SpellMgr.cpp index 27023887431..de75e59205c 100644 --- a/src/server/game/Spells/SpellMgr.cpp +++ b/src/server/game/Spells/SpellMgr.cpp @@ -3566,6 +3566,7 @@ void SpellMgr::LoadSpellInfoCorrections() 58552, // Return to Orgrimmar 58533, // Return to Stormwind 21855, // Challenge Flag + 38762, // Force of Neltharaku 51122, // Fierce Lightning Stike 71848 // Toxic Wasteling Find Target }, [](SpellInfo* spellInfo) |