| Age | Commit message (Collapse) | Author |
|
#2734
|
|
get this achievement
|
|
pointing it out
|
|
|
|
|
|
Core/Spells Disables environmental damage to players which are not attackable by AOE damage
|
|
Crashfix. Added missing check for NULL of victim parameter
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|