aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-05-20DB/Spells: Lay on Hands shouldn't scale with spell powerfaq_
2012-05-20And I forgot to Ctrl+S, yay me.Nay
2012-05-20Core/SAI: Few changes to db data validation for actions and event flagsNay
2012-05-20Core/BG: Add map to start zone teleport possible exploit logNay
2012-05-20DB: Rename .modify rep to .modify reputation (commands table) and fix a ↵Nay
possible database startup error with conditions
2012-05-19DB/Commit: bio is an idiot that forgot a ; and a ` dont tell click!ZxBiohazardZx
2012-05-19DB/Loot: fix the last startups related to loot. this should be all...ZxBiohazardZx
2012-05-19SQLS: Correct recent sqls file namesNay
2012-05-19DB/Loot: Add Gunship Loot to the respective chests, kills some startup errorsZxBiohazardZx
Fixes #6248
2012-05-19DB/Loot: No npc should drop Saronite OreNay
Thanks Amit
2012-05-19Scripts/kalimdor: Use proper headers to optimize compile, code style and ↵4m1g0
general cleanup. Closes #6419 (pr)
2012-05-19TDB 335.11.47 - 2012/05/19TDB335.11.47Nay
2012-05-19SQLS: Fix two startup DB errors and add proper file endings for various sqlsNay
2012-05-19DB/Quests|SAI: Fix the first 5 quests of Ring of BloodMalcrom
Closes #6334 Last quest still needs to be fixed.
2012-05-19Merge pull request #6418 from 4m1g0/TheAffrayNay
Scripts/the_barrens: Fix quest "The Affray" and some cleanup.
2012-05-19SQLS: Correct comments for 2012_02_20_02_world_conditons.sqlnelegalno
Ref #6517 (pr)
2012-05-19Core/SmartAI:kaelima
- Improve an error msg in ProcessAction - Allow dist/angle to be 0.0f and set default if negative when using SMART_ACTION_FOLLOW - Some minor cleanup in Opcodes.cpp, all smsg's should have Handle_ServerSide
2012-05-19SQLS: Correct comments for 2012_02_16_00_world_conditions.sqlNay
(Core/Opcs: Use Handle_NULL for an unused opcode) Closes #6517 (pr)
2012-05-19DB/Quest: Remove autocomplete from Body and HeartZxBiohazardZx
Fixes #6139
2012-05-18DB/Misc: use correct nextquestid for quests 936,3784,3762 Closes #3820. fix ↵Kandera
blood presence to NOT proc on positive spells (causes issues with healing spells making you heal) Closes #6009. fix dk t10 4peice bonus Closes #6449.
2012-05-18Core/Spells: fix dispel aggro in a less hacky way!Kandera
2012-05-18DB/SpellTargeting: use correct spell target position data from sniffs for ↵Kandera
all teleport to dalaran spells.
2012-05-18Core/Spells: Damage should be dealt AFTER m_damage has been set. possibly ↵Kandera
fixes scourge strike damage calculations.
2012-05-18Core/SpellEffects: successful dispel effects on hostile targets should put ↵Kandera
you in combat. Closes #656 Closes #678
2012-05-18DB/Conditions: fix sql error from previous commit.Kandera
2012-05-18Core/Spells, DB/Conditions: convert checkcast cpp to conditions for spell ↵Kandera
52264 (deliver stolen horse)
2012-05-18Core/Spells: move rocket boots spell cast check to spell script. add event ↵Kandera
for checkcast for deathcoil (dk) heh i forgot it >.<
2012-05-18Core/Spells: remove holy shock and death coil (dk) from checkcast and add ↵Kandera
them to the checkcast of the spell script. also check if unit is in front for damage spell of death coil (dk) Closes #6027
2012-05-18Core/Spells: if doneadvertisedbenefit is 0 gift of the naaru will never get ↵Kandera
the ap bonus. moved outside the check to fix.
2012-05-17Core/Spells: calculate damagebonustaken for target before adding the damage ↵kandera
left from the previous aura. thx @zwerg
2012-05-17Core/Spells: Revert previous commit. add exception for deep wounds in pct ↵Kandera
done aura modifiers. clean up heal bonus code to use the correct numerical types.
2012-05-17Core/Spells: fix deep wounds damage. thanks warpten.Kandera
2012-05-17DB/creature_text: Text for Pyroguard Embeeseer.Malcrom
2012-05-16Core/Spells: change spell bonus damage taken pdamage to float to match melee ↵Kandera
damage bonus taken
2012-05-16Core/Scripts: Scripting of Dragonspire Hall Runes "UBRS"Malcrom
Additional work to do.
2012-05-16Merge pull request #6522 from Vincent-Michael/TakenCalculationkandera
Core/Spell: Fix SpellDamageBonusTaken calculation for negative value
2012-05-16Core/Scripting: add the ability to access loot/go state changed events for ↵Kandera
gameobjects from cpp scripting. (malcrom's idea)
2012-05-15Core/Spell: Fix SpellDamageBonusTaken calculation for negative valueVincent-Michael
2012-05-15Core/Spells: more immunities fixes! mechanics are supposed to be checked for ↵Kandera
finding out if immune to the entire spell.
2012-05-15Core/Spelld: fix target selection for ground based aoe spells. use the ↵Kandera
center of the cast (dynamic object) instead of the caster for checking los
2012-05-15Fixed compilekaelima
2012-05-14fix compile warnings from 548ac10Kandera
2012-05-14Core/Spells: fix possible crash from not having any effect and trying to ↵Kandera
check if immune. fixes non effect spell mechanic checking for spells with both spell mechanics and effect mechanics
2012-05-14Core/Entities: move spellproto check to the outside of the forloop to not ↵Kandera
has crashes
2012-05-14Core/Entities: fix calculations for damage taken/done with negative values ↵Kandera
(should go into effect) and correctly implement SPELL_ATTR6_NO_DONE_PCT_DAMAGE_MODS. small cleanup
2012-05-14Merge pull request #6511 from Vincent-Michael/SpellHealingBonusTakenkandera
Core/Spell: Fix SPELL_DAMAGE_CLASS_NONE calculation for SpellHealingBonusTaken
2012-05-14Merge branch 'master' of git://github.com/TrinityCore/TrinityCoreMalcrom
2012-05-14Cote/Scripts: Fix build for boss_yoggsaronMalcrom
2012-05-13Merge branch 'master' of https://github.com/TrinityCore/TrinityCoreSubv
2012-05-13Core/Spells: Proc the spells that have DEST target when there is no other ↵Subv
target info Closes #6443 Closes #6277 Closes #6331 Signed-off-by: Subv <s.v.h21@hotmail.com>