aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-04-14SQL: Renamed files to match the order they were commited in.Shauren
2012-04-14Core/Player: Send calendar raid lockout remove before removing player from ↵Shauren
instance save (may invalidate instance save)
2012-04-13Core/Spells: Add 45 seconds proc cooldown to Blackened Naaru Silver.Subv
Closes #1509 Signed-off-by: Subv <s.v.h21@hotmail.com>
2012-04-13Player/Items: Fix the item durations when the item is stored in a bag ↵Subv
different than the default backpack Closes #1026 Signed-off-by: Subv <s.v.h21@hotmail.com>
2012-04-13Core/Spells: Reapply glyph bonuses that depend on stance when you shapeshift ↵Subv
into that instance Closes #1076 and possibly others Signed-off-by: Subv <s.v.h21@hotmail.com>
2012-04-13Core/BG: When starting a battleground teleport the player to start location ↵Nay
if it goes outside of the allowed "waiting" area (for example, getting out of the "bubble" in EotS) Allowed waiting area is calculated as the distance specified in database (battleground_template.StartMaxDist) and the battleground start point for each team A distance of 0 is ignored (not used in SotA nor arenas) The values in DB might need some tweaks, open a pull request if you calculate better ones Closes #180 Initial patch and idea by Rat Also added validation (DBError log) to some fields in battleground_template table
2012-04-13Core/Spells: Prevent Siphon Life from proccing on Corruption apply.Subv
Closes #6150 Signed-off-by: Subv <s.v.h21@hotmail.com>
2012-04-13Scripts/Icecrown CitadelShauren
* Fixed Professor Putricide Tear Gas stunning himself * Fixed visual of Unstable Experiment * Fixed oozes not picking new targets after hitting old * Fixed Gas Cloud not using melee attack * Removed ooze summon position hack Closes #4301 Closes #2726 Closes #5119 Closes #4464 Closes #2874 Closes #4407 Closes #2421 Closes #4899
2012-04-13SQL: fix a few mistakes in a previous commitKandera
2012-04-13Core/Spells: Fixed Recklessness charges being dropped twice.Subv
Closes #932
2012-04-13DB: various db fixes from patches. authors are mentioned above the patches. ↵Kandera
closes #2169, closes #3344, closes #4162, closes #3530, closes #5982, closes #5849, closes #6098, closes #5569, closes #5493, closes #5510, closes #5470, closes #5408, closes #5406, closes #4875, closes #5457, closes #4467, closes #4043, closes #3899, closes #3859, closes #3518. signed off by nayd
2012-04-13Core/Movement: Changed casting check in TargetedMovementGenerator to be able ↵Shauren
to freely manipulate cast+move interaction in scripts
2012-04-13DB/SAI: Revert some mistakes in SAI db data (target_types were added to ↵Nay
action_param6; contiguous fields) Please, don't do this error.
2012-04-12Core/Loading: Make GameObject loot loading faster by removing an unneeded ↵Subv
call to an expensive method. Thanks Manuel for pointing it out
2012-04-12Core/Spells: You should not be able to cast Create Healthstone if you ↵Subv
already have one in your inventory Closes #1498 Signed-off-by: Subv <s.v.h21@hotmail.com>
2012-04-12Core/Spells: Apply Lifebloom's final bloom bonus from Empowered Rejuvenation ↵Subv
also on expire. thanks @3kids for noticing
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