aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-09-11DB/Quests: Fix quest 14076 & 14092Google
2011-09-11DB/Quests: Fix quest 5727.Nay
Closes #541.
2011-09-11DB/Spells: Fix an issue where a player could have both Valkyr Essence auras ↵Greymane
in TOGC. Thanks Gildor. Closes #534.
2011-09-11DB/GO: Spawn GO 179545 & 179485 in Dire MaulAokromes
Closes #527 & #533. Thanks UDB.
2011-09-11DB/NPC: Aura and template update for 28239 (in Oculus).Unknown
Closes #454
2011-09-11DB/SAI: Fix quest 11712.Wispeckt
Closes #378
2011-09-11Core/Unit: Define UNIT_FLAG_UNK_0 as UNIT_FLAG_SERVER_CONTROLLED and remove ↵QAston
related redundant creature_template data.
2011-09-11Core/Protocol: Define more opcode names - thanks to TOM_RUS.QAston
2011-09-11Core/Spells: Fix spell healing bonus for Fish Feast and Great Feasttobmaps
Closes #2965
2011-09-10Merge pull request #2951 from Fredi/reload_configShocker
Core/Log: Reload log levels and filters
2011-09-09Addons/AddonMgr: converted from singleton to namespace with free functionsSpp-
2011-09-09Conditions/DisableMgr: converted from singleton to namespace with free ↵Spp-
functions.
2011-09-09Core/ArenaTeam: Use full captain guid instead of low guid on team creation ↵Spp-
and some code cleanup
2011-09-08Core/Log: Reload log levels and filtersFredi Machado
on 'reload config' command
2011-09-08Merge pull request #2931 from Chaplain/cleanupShocker
Core/Mechanic: Implement Diminishing Returns for miss\parry\dodge. Original author for parry\dodge case Lynx3d.
2011-09-08Merge pull request #2930 from Fredi/cleanKaelima
Core/Scripts: Code style and cleanups in npc_special.cpp
2011-09-08DB/Items: Fix a couple of consumable itemsNay
2011-09-08Core/Scripts: Correct a wrong spell id used in ZGNay
2011-09-08DB/SAI: (Roughly) Fix quest 3821. Closes #249Nay
2011-09-08DB/Spells: Some more spell target positionNay
2011-09-08Typo fix of previous commit (:S)Spp
2011-09-08Fix a typo in 327fe7c than changed the logic of a function and simplify ↵Spp
IsXXXAccount functions
2011-09-08Minor Correction to 327fe7cSpp-
2011-09-08Core: Define helper functions to know if an account is Player, Moderator, ↵Spp-
GM, Admin or Console
2011-09-08Core/Spells: Changed targets of Lifebinder's Gift (search for entry instead ↵Lopin
of area ally). For conditions thanks Anubisss
2011-09-08AccountMgr singleton converted to namespace with free functions as it has no ↵Spp-
internal state
2011-09-07Revert "Core/GameObjects: Fix possible crash in ↵kaelima
GameObject::SetDestructibleState." This reverts commit 85c7a916a0efcbadaabfa28c1424ae1360ba4142. Ty Shauren.
2011-09-07Fix typo in 9d90c8245bfbfec8d821e25283643bd67f5bfeae and unintended change ↵kaelima
in b08900d033b51632e9adef8cb227a71a1061be5f.
2011-09-07Core/Mechanic: Remove unneeded(now) argument.Chaplain
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-06Core/Mechanic: Implement Diminishing Returns for miss\parry\dodge. Original ↵Chaplain
author for parry\dodge case Lynx3d. fixes: #2339, #2536, #887, #687 etc.
2011-09-06Core/Scripts: Code style and cleanups in npc_special.cppFredi Machado
- Removed hungarian notation - moved types before the const keyword - applied TC code style - some code cleanups
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