aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-04-12Merge branch 'master' of https://github.com/TrinityCore/TrinityCoreKandera
2012-04-12Core/Spells: Fix Unrelenting assault proc only on players.Kandera
2012-04-12Core/Script: Use DoMeleeAttackIfReady in default ScriptedAI::UpdateAI method ↵kaelima
(fixes offhand attacks if not UpdateAI is overridden)
2012-04-12Removed unused fileShauren
2012-04-12Core/SpellScripts: Fix crash caused by 6cb8d607ceb1ef5e902bed4b144f4db76f628f32Kandera
2012-04-12Forgot to stage SQL from my previous commit. (.hover command)Machiavelli
2012-04-12Core/Spells: Fixed Lifebloom's final bloom benefit from Empowered RejuvenationSubv
closes #244 Signed-off-by: Subv <s.v.h21@hotmail.com>
2012-04-12Spells/Scripts: Allow OnEffectAbsorb to call PreventDefaultAction in AuraScriptsSubv
closes #6172 Signed-off-by: Subv <s.v.h21@hotmail.com>
2012-04-12Merge branch 'master' of https://github.com/TrinityCore/TrinityCoreSubv
2012-04-12Core/Commands: Remove recently defunct .hover command. All this spell did ↵Machiavelli
before hoverheight changes was .cast/.unaura spell 11010. And since we do not have .autoattack, .steadyshot, .heroicstrike, .shootwand etc. either, there's no place for this command in the core (there never was).
2012-04-12DB/Creature: Fix the fly/land animations for Invinciblekaelima
2012-04-11Merge branch 'master' of https://github.com/TrinityCore/TrinityCoreSubv
2012-04-12DB/Spell Bonus Data: Fix more spell power stacking exploits (items & enchants)kaelima
Thanks Hitplusone, amort and SignFinder for the list Closes #1701
2012-04-11Core/Spells: Corrected Rupture critical hits, it wont make other dots ↵Subv
(incorrectly) crit any longer Signed-off-by: Subv <s.v.h21@hotmail.com>
2012-04-12DB/Spell Bonus Data:tobmaps
- Set 0 values for some spells that should never scale with spell power. If some have been left out please report an issue. - Set 20% ap coefficient for Howling Blast Closes #6163 Closes #4166 Closes #436
2012-04-12DB/WDB: Remove temp entry 68686 and replace with existing wdbverifiedkaelima
(doesnt really fix anything, just for the sake of using proper entries)
2012-04-12DB/Creature: Use proper model for Celestial Steed - fixes some animationskaelima
Closes #6166
2012-04-11Core/Spells: Execute spell procs after the healing effects of a spellSubv
Closes #216 Signed-off-by: Subv <s.v.h21@hotmail.com>
2012-04-11Battlegrounds/WS: Fixed doorsSubv
Closes #6170 Signed-off-by: Subv <s.v.h21@hotmail.com>
2012-04-11Scripts/Trial of the Crusader: Fixed spell_powering_up_SpellScript once againShauren
2012-04-11Scripts/Twin Valkyr: Fix a crash in spell_powering_up_SpellScript. Author: ↵Machiavelli
Vincent-Michael
2012-04-11Core: Fixed warning C4263: 'bool Creature::SetDisableGravity(bool,bool)' : ↵Shauren
member function does not override any base class virtual member function
2012-04-11dead codefaramir118
2012-04-11Scripts/Karazhan/Midnight: Fix timer logicfaramir118
Signed-off-by: Machiavelli <machiavelli.trinity@gmail.com>
2012-04-11fix mistaken fallthroughfaramir118
2012-04-11make some dtors virtualfaramir118
this will prevent potential for future memory leaks
2012-04-11couple wrong return typesfaramir118
2012-04-11wrong signature in a few overridesfaramir118
2012-04-11Tools/MapExtractor: proper type for string literalsfaramir118
Signed-off-by: Machiavelli <machiavelli.trinity@gmail.com>
2012-04-11Core/DBLayer: incorrect use of va_startfaramir118
Signed-off-by: Machiavelli <machiavelli.trinity@gmail.com>
2012-04-11Core/Attributes: change some attribute names to better describe what they areKandera
2012-04-11Scripts/Icecrown Citadel: Fixed crashes on despawning abominations during ↵Shauren
Professor Putricide's phase transition
2012-04-11Core/Vehicles: Use DespawnOrUnsummon in Vehicle::Dismiss to call AI despawn ↵Shauren
hooks.
2012-04-11Core/Spells: Fix vigilance taunt cooldown spell targeting. cleanup some ↵Kandera
whitespace
2012-04-11Scripts/Silithus: Fix crash when doing "A Pawn on the Eternal Board"kaelima
Closes #6156
2012-04-10Collision/GameObjects: Corrected a possible logic failSubv
Signed-off-by: Subv <s.v.h21@hotmail.com>
2012-04-10Battlegrounds/WSG: Missing change from my previous commitSubv
2012-04-10Battlegrounds/WSG: Fixed door LoS in Warsong GulchSubv
Closes #6147 Signed-off-by: Subv <s.v.h21@hotmail.com>
2012-04-10Merge pull request #5648 from Elron103/pull-requestsShocker
Core/Misc: Add a validity check for coordinates, prevents possible crashes with invalid coordinates
2012-04-10Fix a typo in previous commitclick
2012-04-10Core: Add proper log output in Player::Create functions, warning admins ↵click
about possible hackers during character creation
2012-04-09Core/DBLayer: More type fixesShauren
2012-04-09Cmake: Remove no longer existing */dep/mersennetwister includekaelima
Thanks Venugh for noticing
2012-04-09Core/Scripts: fix unrelenting assault procing on caster (thx gigatotem). ↵kandera
both cast spells have target_unit_caster
2012-04-09Core/Movement: Fix some issues with ConfusedMovementGenerator from recent ↵kaelima
changes. - Z position was not set if LOS-check failed, and thereafter causing a crash when trying to move to a uninitialized z-choord. - Also fixes bad coords in water Closes #6124
2012-04-09Core/Scripts: Remove some unnecessary creature/player casts in scripts and ↵kaelima
do some safer casting in a silithus script
2012-04-09Core/DBLayer: Correct a type in HandleUnFreezeCommand (lowguid)kaelima
2012-04-09Core/Spell: fix crash from 268401029e1bc3fa0a052cb15d86123c5ecd1e6akaelima
2012-04-09Scripts/Spells: Corrected Riptide script, preparing variable should be done ↵Shauren
in Load hook, not Register
2012-04-09Tools/PlayerDump:kaelima
- Fixed field number for characters.deleteInfos_Account - Add missing break for "receiver" (DTT_MAIL)