| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
last dungeon
- Some optimizations here and there
- Drop unused columns related to dungeon rewards
- Simplify Group reward. All people inside the dungeon should get the reward, no matter how far it's from the boss
|
|
|
|
|
|
Closes #8393
|
|
Thanks to @Nevadas. Solves #8877
|
|
|
|
Closes #8882
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
entries should be handled by SAI already, if not then SAI should be fixed
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Script/AQ: Implement Buru the Gorger
|
|
Script/AQ: Rewrite Skeram
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
have SAI defined: if the creature requires Frost Armor then SAI should cast it. this should reduce some runtime errors for duplicate auras
|
|
|
|
|
|
|
|
Conflicts:
src/server/game/World/World.cpp
src/server/worldserver/worldserver.conf.dist
|
|
Core/MMaps: use DisableMgr to disable pathfinding on a specific map
|
|
Core/VMaps: drop "vmap.ignoreSpellIds" in config
this is not longer necessary since we use SPELL_ATTR2_CAN_TARGET_NOT_IN_LOS
|
|
|
|
|
|
Core/Conditions: implement CONDITION_SOURCE_TYPE_SPELL_PROC and use it i...
|
|
|