aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-02-07Scripts/Commands Send Global GM message when reloading waypoint_data table ↵Aokromes
like other reloads
2012-02-07Scripts&DB: Scripts and spawns for quest The Lifewarden's WrathNay
Closes #5120
2012-02-07Merge pull request #5061 from Souler/fix_tournament_questsJorge
Argent Tournament Quests: Mastery of...
2012-02-06SQL: Added some gossip menusSubv
By Malcrom
2012-02-06Core/Misc:Matthew Goff
- Replace emote magic number by enum - Added all missing defines from AnimationData.dbc. Minor corrections to existing ones. Standardized some naming and updated cpp files as needed. - Correct a spell used in AQ Closes #3787 Closes #5095
2012-02-05DB/Misc: Fix startup errorsNay
Closes #4850
2012-02-05Merge pull request #5083 from Kline-/masterNay
Core/Miscellaneous Missing emotes
2012-02-05Scripts/BGs: Update reputation gains in EotS and AB (weekend)Nay
Closes #5088 Thanks Thraxx
2012-02-05DB/Quest: Fix OfferRewardText for quest Crossroads Conscription (842)Nay
Closes #5093
2012-02-05SQL: Fix typo in 2012_02_05_03_world_game_event.sqlNay
2012-02-05DB/Game Event: Also update length of Love is in the Air (5 days -> 14 days)furion
2012-02-05DB/Creature: add spawn and waypoints for Saragosa all from sniffZxBiohazardZx
2012-02-05DB/Game Event: Update start date and set correct holidayid for Love is in ↵aokromes
the Air Closes #5094
2012-02-05Codestyle/Battlegrounds: Removed unused variables in BattlegroudAB.cppSubv2112
Signed-off-by: Subv <s.v.h21@hotmail.com>
2012-02-05Scripts/Quests: "Mastery of Melee", "Mastery of Shield-Breaker" and "Master ↵Souler
of Charge"
2012-02-05DB/Creature: Set correct faction for Saragosa from sniffZxBiohazardZx
Closes #5087
2012-02-05Once again - a typo fix in 22bd06fc57eb0af599f4c9e5181bf702c769b90a - rush ↵QAston
is not the best advisor.
2012-02-05Merge pull request #5013 from PKX/fix_aurasQAston
Core/Auras: Fix Pet & Totem aura stacking
2012-02-05Merge pull request #5075 from devilcoredev/fix_004QAston
Core/AI: Fix pet and other types of minion pet attack on targets with Crowd Controls.
2012-02-05Added missing data from Emotes.dbc patch 3.3.5a (12340).Matthew Goff
2012-02-04Merge branch 'master' of github.com:TrinityCore/TrinityCoreSubv2112
2012-02-04Core/Spells: Add a new parameter to Unit::SelectNearbyTarget to allow ↵Subv2112
excluding a certain unit. closes #4989
2012-02-04Merge pull request #5060 from Souler/fix_argent_tournament_spellsSubv
[Bug/Fix] Warriors and tournament mounts
2012-02-04Core/Battlegrounds: Fixed resources needed for each reputation and honor ↵Subv2112
tick in Arathi Basin closes #3021 closes #5076
2012-02-04SQL: Correctly fixed recent sqlSubv2112
2012-02-04SQL: Delete before insert in previous sqlSubv2112
2012-02-04SQL: Added missing spawn of Spirit Healer in DesolaceSubv2112
Author: The-Legend
2012-02-04Scripts/Spells: Change shapeshift check when players mounting on tournament ↵Souler
mounts. This should solve the problem with warriors and priests on shadowform not being able to mount up.
2012-02-04Merge branch 'master' of https://github.com/TrinityCore/TrinityCoreDiscover-
2012-02-04DB/Misc: Fix a start-up error introduced in ↵Discover-
5462ee44e7e3233db69937a554ce3ff0ba026e84 and fix two typo's also made in 5462ee44e7e3233db69937a554ce3ff0ba026e84 By @Malcrom
2012-02-04Typofix. Sorry for that :(QAston
2012-02-04Core/Spells: Fix immunity checks on apply aura - original patch by ↵QAston
devilcoredev, changed a bit so immunity checks are grouped together instead of being spread.
2012-02-04Merge pull request #4821 from devilcoredev/fix_001QAston
Core/AuraScript: Add OnDispel and AfterDispel hook to AuraScript
2012-02-04Fix pet/guardian and other types of minion pet attack on targets with Crowd ↵Giuseppe Montesanto
Controls.
2012-02-04Add hook on AuraScript called when an aura is dispelledGiuseppe Montesanto
2012-02-04DB/Creature: Spawn Petrov for the quest Hollowstone Mine (12158)svannon
Closes #1551
2012-02-04DB/Gameobjects: Update Supply Crate type from sniffzxbiohazardzx
2012-02-03SQL: Fixed recently pushed SQLSubv2112
2012-02-03SQL/Quests: Quest Feedin' Da Goolz (12652) should be available to all races, ↵Subv2112
fix by Armano
2012-02-03Core/Achievements: ACHIEVEMENT_CRITERIA_TYPE_OWN_ITEM should only be counted ↵Subv2112
once for each new item you receive closes #5065 Signed-off-by: Subv <s.v.h21@hotmail.com>
2012-02-03Codestyle/Logs: Add more detailed information in Creature::Respawn, ↵Subv2112
replacing the useless previous log Signed-off-by: Subv <s.v.h21@hotmail.com>
2012-02-03Core/Entities: clarify comment added in c7ea952a4795c959b1d1de02c2cb5e498d6391aaQAston
2012-02-03SQL: Added some gossip menus, by MalcromSubv2112
2012-02-03Core/Spells:QAston
- rename SpellInfo::IsAOE to SpellInfo::IsTargetingArea due to ambiguity of old name. - add IsAffectingArea function to check whenever spell or it's effects are affecting objects in area and use new function to fix problems with hunter flares. Closes #3310. Thanks to Kaelima and Warpten for research.
2012-02-03Core/Spells: fix GameObject spell cast on enemies, original patch by ↵QAston
Svannon, thanks to horn for research.
2012-02-03Core/Entities: Rename UNIT_FLAG_OOC_NOT_ATTACKABLE and UNIT_FLAG_PASSIVE to ↵QAston
UNIT_FLAG_IMMUNE_TO_PC and UNIT_FLAG_IMMUNE_TO_NPC respectively. New names tell much more about what those flags do.
2012-02-03Core/Misc: Rename UNIT_STAT_* enums to UNIT_STATE_*Shocker
2012-02-03Core/Player: Remove spell used to unlearn talents and replace with a direct ↵kaelima
packet send. Spell is not found casted in 3.3.5a sniffs. Thanks Malcrom for the hint.
2012-02-02Core/SAI: Fixed SMART_ACTION_SET_INVINCIBILITY_HP_LEVELSubv2112
Signed-off-by: Subv <s.v.h21@hotmail.com>
2012-02-02Fixed buildSubv2112