- Added missing overrides and changed NULL for nullptr.
- Fix timers (this needs atention, it might be wrong)
- No more Dark Martyrdom being casted in phase 2.
- Added temporal immunities to certain spell mechanics to avoid interrupt Dark Martyrdom cast.
- Added the correct auras to reanimated cultists (fanatic's/adherent's determination).
- Avoid spam of Dark Martyrdom.
- Lady Deathwhisper should be immune to taunt on heroic.
- Don't do the intro in combat (this can happen if the server crash or restart and there's people in front of the boss, when they login again and they don't activate the areatrigger, so avoid this).
- Indentation correction.
- Added SAI for Rocknar, Bloodspore Harvester, Bloodspore Roaster, Bloodspore Firestarter
- Updated inhabittype for some creatures.
- Updated creature_texts
- Added Waypoint for bird
Co-authored-by: William Starrheld <starrheld@users.noreply.github.com>
* [DB] Rough Stone drop chance
Fix for Rough Stone from Copper Veins.
For some reason, there was only 10 or 20% drop chance -> Should be 80% except Ghostlands where's 88%.
* [DB | SAI] Dragonmaw Bonewarder
SAI update for Dragonmaw Bonewarder.
At the moment, he have 2 almost same spells, and he don't spawn with hes guardian.
- NPC Emerald Skytalon now correctly attack target.
- The players can now interact with NPC Geirrvif.
- The Wastewander rogues in Tanaris now using stealth while patroling at the zone.
- The NPC Sunfury Nethermancer now correctly attack target, casting spells.
* Core/Misc Created handler for character creation
* fix(Core/DB): Error message when the password is longer than 16 char when creating an account
* Update rev_1551539925032805900.sql
* Update AccountMgr.cpp
* Milestone (DB/Core): Create new table for perfect item craft, create new command for reload capability to this new table, implements the table into core (killExtraItems.cpp, SkillExtraItems.h, SpellEffects.cpp), change some magic number with enum. Tnx to Treestone
* clean old sql
* Remove perfect item in skill extra item template table, now the perfect are in skill_perfect_item_template, sync column name skill_extra_item_template same as TC
* Update rev_1552232377246845400.sql