aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-07-10Core/Escort: few modifications to add the IMMUNE_TO_NPC flag after npc does ↵Kandera
a full reset.
2012-07-10Core/Escort: fix issues with escorts not attacking enemies.Kandera
2012-07-09Core/Loot: fix small errorKandera
2012-07-09Core/Loot: fix crash number 2Kandera
2012-07-09Core/Loot: typos!Kandera
2012-07-09Core/Loot: fix crash.Kandera
2012-07-09Core/Loot: couple of small changes to loot.Kandera
2012-07-09DB/Spells: fix spell id for wrath of the astromancer spell.Kandera
2012-07-09Core/Spells: correct sanctified wrath damage calculations.Kandera
2012-07-07Core/LootMgr: Fix a little logging mistake on startup to prevent confusion.Discover-
2012-07-06Miscellaneous: Unsigned expressions cant be negativeSubv
2012-07-06Fixed buildSubv
2012-07-06Merge pull request #7031 from Vincent-Michael/lockupCommandSubv
Core/Commands: Convert lookup commands in commandscript
2012-07-06Merge pull request #7032 from Exodius/masterkandera
[Script/ICC] Properly fix Dark Nucleus aggro problems
2012-07-06Core/Loot: correctly fix rolling on quest loot that follows group loot rules ↵Kandera
via custom flags.
2012-07-06[Script/ICC] Properly fix Dark Nucleus aggro problems and them not following ↵Exodius
you when they should. Closes #6589 Fix by @Marosa. Guidelines by @Kandera.
2012-07-06Core/Commands: Convert lookup commands in commandscriptVincent-Michael
2012-07-06fix build againKandera
2012-07-06fix build from r2bcc291Kandera
2012-07-06Core/Loot: fix possible crash from having a bad itemKandera
2012-07-06Core/Loot: fix master looting quest items with the custom flag.Kandera
2012-07-06Scripts/Spells: fix wrath of the astromancer and stop the startup error.Kandera
2012-07-05Merge pull request #7004 from Vincent-Michael/guildCommandSubv
Core/Commands: Convert guild commands in commandscript
2012-07-05Core/Loot: fix a typo from previous commit. (thx joschiwald)Kandera
2012-07-05Core/Loot: fix the way quest items are handled. so far ive only found 3 ↵Kandera
quest items that should be able to be masterlooted. added a new flag to item_template.flagsCustom to allow for making a quest item always follow loot rules. a bonus may be the fix of the handlelootmasteropcode crash!
2012-07-05Fix another sql update name. used the correct date of pushKandera
2012-07-05fixed sql update file nameKandera
2012-07-05Core/Spells: codestyle cleanup. case statements are your friend :]Kandera
2012-07-03Merge pull request #7017 from AliveShiro/q12735Nay
Fix Quest A Cleansing Song
2012-07-04Fix Quest A Cleansing SongAliveShiro
2012-07-03Core/SmartScript: Corrected size of pointId parameter for MOVE_TO_POS SAI actionShauren
2012-07-03Core/SpellScript: Implemented OnObjectTargetSelect hook for use with spell ↵Shauren
target that selects a single object
2012-07-03Core/Units: Fixed crash added in 7f960fed732f119b6776bc51a4465e8e7a1a10ddShauren
2012-07-02Core/Spells: Removed some old code that was breaking Grounding Totem.Subv
Please report feedback
2012-07-02Fixed buildSubv
2012-07-02Core/Spells: Fixed Evasive Maneuvers and Stop Time, spells from the Oculus ↵Subv
drakes. Closes #6670 Closes #6675
2012-07-02Core/Commands: Convert guild commands in commandscriptVincent-Michael
2012-07-02Core/Spells: correctly get magnet target. (subv fixed it) Closes #6674Kandera
2012-07-02Merge pull request #7002 from LordJZ/masterNay
Fix CHAR_SEL_PETITION_SIG_BY_GUID_TYPE
2012-07-02Fixed CHAR_SEL_PETITION_SIG_BY_GUID_TYPE.LordJZ
2012-07-02Core/Battleground: move check from f454b6722ca0d4be7c8a35730aa325d9404f0b72 ↵Kandera
to correct location.
2012-07-02Merge branch 'master' of https://github.com/TrinityCore/TrinityCoreDiscover-
2012-07-02Core/Battlegrounds: Don't reward killing blows if the killer is also the ↵Discover-
victim. Reason could be stuff like warlock's Hellfire spell or fall damage.
2012-07-02Core/Spells: small change for previous commit. fixes typosKandera
2012-07-02DB/NPC: Add various missing gossipsKinzcool
Closes #7001 Signed-off-by: Nay <dnpd.dd@gmail.com>
2012-07-02DB/SAI: Fix quest The Air Stands Stilltrista
Add SAI scripts for related npcs Closes #4880 Signed-off-by: Nay <dnpd.dd@gmail.com>
2012-07-02DB/SAI: Add combat AI for Dark Ritualisttrista
Closes #6992
2012-07-02DB/Rep: Add onkill reputation for Monstrous Kaliritrista
Closes #6961 Signed-off-by: Nay <dnpd.dd@gmail.com>
2012-07-02Core/Spells: fix damage bonus calculations for sanctified wrath talent.Kandera
2012-07-01Core/Units: Removed deprecated codeSubv