| Age | Commit message (Collapse) | Author |
|
|
|
targets should require both src and dst target provided.
|
|
explicit targets independant of calling convention in core - this makes targets sent to client to be much more blizzlike than before (for example CastSpell(Unit*) won't set TARGET_FLAG_UNIT for spells which are not using explicit unit target) for SMSG_SPELL_START packets. Also remove hacks, which became obsolete with this commit.
|
|
Core: Clean up here and there.
|
|
Core/Spells: Fix duration of some spells in PvP
|
|
Core/Spells: Fixed Survival of the Fittest armor increase bonus while in Dire Bear or Bear form.
|
|
Dire Bear or Bear form. Closes #2724
|
|
*replase postfix iterator increment\decrement with prefix in cycles
*replase strlen(*char) != 0 with *char[0] != '\0'
*replase strlen(rStr.c_str()) with rStr.length()
|
|
|
|
fc5e92413851835879f07460c82a988f742e5462).
|
|
attribute.
|
|
|
|
|
|
has never been banned. Closes #2699
|
|
resurrection spells
|
|
|
|
|
|
when under effect of SPELL_AURA_PREVENT_RESSURECTION
|
|
|
|
|
|
|
|
|
|
|
|
parameter to the .go xyz command (so the command is now: .go xyz #x #y [#z [#mapid [#orientation]]])
|
|
Core/AI: Cleaning up hungarian notation
|
|
Core/Spells: Fixed Heart of the Wild stamina and attack power bonus part.
|
|
Core/Auras: Check amount of total ticks to avoid division by zero (and crash) in Unit::GetRemainingPeriodicAmount.
|
|
Core/Spell: case TOTAL_PCT\BASE_PCT should be processed by multiplicative function not additive.
|
|
attribute check - triggered spells have this flag set correctly - fixes problems with auras triggering spells for dead casters while they shouldn't.
|
|
|
|
|
|
Closes #2320
|
|
|
|
|
|
|
|
Thanks to Shauren for notice
|
|
SPELL_ATTR6_CAST_BY_CHARMER from being cast.
|
|
function not additive.
Also get ride of hack in Player::HandleBaseModValue now it's unnecessary.
Fixes: #855, multiplicative % count for normal school for aura 79 and may be others.
|
|
|
|
targeting enemies, fixes some interactions with npcs.
|
|
with SPELL_ATTR6_CANT_TARGET_CROWD_CONTROLLED (Shield of Righteousness for example).
|
|
|
|
targets - fixes skinning. Also, fix build once again
|
|
|
|
|
|
SpellScript from AfterHit hooks.
|
|
|
|
|
|
"taken" damage mods
Closes #1991
|
|
|