aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-09-07Scripts/Ruby Sanctum: Remove unneeded spellscript for Baltharus.kaelima
Also let his clone cast enervating brand. Thanks Shauren.
2011-09-07Merge branch 'master' of git://github.com/TrinityCore/TrinityCorekaelima
2011-09-07Core/Spells: Deep freeze should do damage instead of freezing on targets ↵kaelima
with permanent stun immunity.
2011-09-07Core/OutdoorPvp: Remove usage of "friend class ..." (Use functions to access ↵Spp-
private members)
2011-09-07Core/Loot:VladimirMangos
- SMSG_LOOT_MONEY_NOTIFY is sent after SMSG_LOOT_CLEAR_MONEY. - Fixed chat message displayed when looting gold with > 1 member in group.
2011-09-06Core/GameObjects: Fix possible crash in GameObject::SetDestructibleState.kaelima
2011-09-06DB/BGs: Fix capturing of Snowball GY - AVNay
Counter-hack a hack with a hack. Closes #222
2011-09-06Core/PacketIO: Remove most calls to hexlike()Nay
These are not needed in production code (even in debug logging)
2011-09-06DB/SAI: Remove unneeded actions and creature_text related to fleeing. Thanks ↵Nay
Discovered.
2011-09-06Core/Spells: Correct a DBC mistake in Improved Stings (R2)Nay
2011-09-06Fix typo (Rename SPELL_AURA_PREVENT_RESSURECTION to ↵Spp-
SPELL_AURA_PREVENT_RESURRECTION)
2011-09-06Merge pull request #2920 from Chaplain/cleanupQAston
Core/Auras: Improvements in SPELL_AURA_MOD_DAMAGE_PERCENT_DONE handling: * Weapon specific case for MOD_DAMAGE_DONE_PCT shouldn't change PLAYER_FIELD_MOD_DAMAGE_DONE_PCT, because PLAYER_FIELD_MOD_DAMAGE_DONE_PCT applyed for _all_ damage that deal target. * Fixed applying SPELL_AURA_MOD_DAMAGE_PERCENT_DONE for SpellDamageBonus.
2011-09-06Core/Spells: Fix some talents with incorrect target entries in dbcs. This is ↵QAston
an alternative fix for #2848. Closes #2846 Closes #2848.
2011-09-06Core/Auras: Fixed applying SPELL_AURA_MOD_DAMAGE_PERCENT_DONE for spellBonusDataChaplain
fixed #2834
2011-09-06Core/Handler: Do now use dynamic memory allocation in character creationSpp-
2011-09-06Partial revert of fcf58e7 (both check performed inside IsInMeleeRange)Spp-
2011-09-06Core/Entities: Vehicles should be able to be both source and target of map ↵Shauren
scripts
2011-09-05DB/Gossip: Add missing gossip to acherus' trainers. Closes #179durotar
2011-09-05Core/Auras: Weapon specific case for MOD_DAMAGE_DONE_PCT shouldn't change ↵Chaplain
PLAYER_FIELD_MOD_DAMAGE_DONE_PCT, because PLAYER_FIELD_MOD_DAMAGE_DONE_PCT applyed for _all_ damage that deal target. *fixed #2842 *updated comment
2011-09-05DB/Spells: Add some missing spell_target_positionNay
2011-09-05Core/Quests: Implement quests that require PlayerSlain. Closes #169Nay
2011-09-05BG/Isle of Conquest: Fix a crash in RemovePlayer.kaelima
2011-09-05Core/Spells: Fix Sentry Totem's bind sight.kaelima
2011-09-05Core/Achievements: Award normal mode achievements when instance was done on ↵Shauren
heroic mode
2011-09-05Merge branch 'master' of git://github.com/TrinityCore/TrinityCorekaelima
2011-09-05Core/PacketIO: Fix some more "unprocessed tail data" errors.kaelima
Also some cleanup.
2011-09-05Core: Code cleanup (here and there)Spp-
2011-09-05Core/Channels: Properly fix "opcode CMSG_MESSAGECHAT have unprocessed tail ↵kaelima
data".
2011-09-05Core/Channels: Fix crash in HandleJoinChannel introduced with commit ↵kaelima
bbde479f4aab74733734.
2011-09-05Merge pull request #2889 from Kiperr/masterKaelima
Small visual correction
2011-09-04Core/Quests: Fix quests with RepObjective2 set. Closes #2901.Nay
Misc: Correct a file name, move a spell error to error log and a small typo in trinity_string
2011-09-04Core/Channels: Fix the console error "opcode CMSG_MESSAGECHAT have ↵Nay
unprocessed tail data" and some logic problems when joining/leaving some channels (like only be able to join LFG inside a city)
2011-09-04Core/SAI: SMART_ACTION_FLEE: print flee emote if param1 is setNay
2011-09-04Core/Spells: Fix Distract. Closes #155Nay
2011-09-04DB/Quests: Fix a BRD quest chain. Closes #2748Nay
2011-09-03DB/Spell: Fix a console error and Glyph of BackstabNay
2011-09-03Core: Fix indentation in SpellAuraEffectsNay
2011-09-03Scripts/Vault of Archavon: Earth, Wind & Fire achievement - by ↵QAston
idostyle@zoit, with some spell attribute correction to the patch by me.
2011-09-03Database/Spells: Add AttributesEx6 and AttributesEx7 columns to spell_dbc table.QAston
2011-09-03Core/Spells: Fix Shadowflame and others from spell_linked_spell with + + 1 ↵Vlad
db setting.
2011-09-03Core/Spells: Fix pick lock - thanks to cyberbrest for pointing the reason of ↵QAston
this issue.
2011-09-03Core/Achievements: Fixed some Alterac Valley achievements:horn
- Stormpike Perfection - Frostwolf Perfection - Everything Counts
2011-09-03Core/Spells: Fixed misdirection ability of hunters to end 4 seconds after ↵hacknowledge
first damage proc - fixes #114
2011-09-03Fix build after recent pull merges.QAston
2011-09-03Core/Script: Mootoo the Younger should stand befoure start escortkiper
2011-09-03Correct sql file naming for b40bf693194abd3f1b9e.QAston
2011-09-03[Core/Threat] SpellThreat-Calculation revampedsarjuuk
short: - Threat is now distributed blizzlike (almost) long: - Percent- and AP-Modifieres got add - Threat is now propperly distributed through multiple enemies - Most spells will cause initial threat in an amount equal to their SpellLevel - Energize-Effects will now be treated like healing (threat-wise) - Tanks got their missing +43% passive threat tacked on - Paladins are still missing 'Salvation' and will not only cause half threat with healing (essentially 25% of the amount healed)
2011-09-03Merge pull request #2852 from Chaplain/cleanup2QAston
Core/Misc: Cleanup - remove unused variables, add some const modifiers to functions, fix process of args in vmap3_extractor
2011-09-03Core/Spells: Core/Spells: Fix manual cancel of mind control. closes #2676Chaplain
2011-09-03Merge pull request #2778 from KoffeinKaio/masterQAston
Fixed spellid's from Zul'Gurub encounters High Priest Thekal and Bloodlord Mandokir (&adds).