aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-02-15DB/Inns: Add missing areatrigger_tavernNay
Data from UDB, thanks Aokromes for gathering them. Closes #4770
2012-02-15DB/Quests: Completion and Progress texts for the quest The Power to Destroy...Nay
Source: http://www.wowwiki.com/Quest:The_Power_to_Destroy... Closes #5247
2012-02-14Fixed a typoSubv
2012-02-14Merge branch 'master' of https://github.com/TrinityCore/TrinityCoreSubv
2012-02-14Core/AuctionHouse: Updated CMSG_AUCTION_SELL_ITEM to allow new 3.3.5a features.Subv
Patch by Kiddie. closes #2970
2012-02-14Merge pull request #5243 from Trista/masterSubv
Achievement: Volunteer's Work
2012-02-15Core/Spells: Allow dead players as valid objects for RaiseDeadObjectCheck ↵Shauren
(enables Raise Dead on players that have not yet released spirit) TODO: Allow all corpses
2012-02-14Merge branch 'master' of https://github.com/TrinityCore/TrinityCoreSubv
2012-02-14Core/Collision: Models with flag MOD_M2 (mostly trees, among some other ↵Subv
objects) should not be taken into account for LoS checks, this check does not apply to gameobjects (yet) closes #3495 Signed-off-by: Subv <s.v.h21@hotmail.com>
2012-02-14Core/Unit: Solved issues with neutral creatures that were being attacked ↵Manuel Carrasco
when they should not be. Thanks to Subv for the tweaks!
2012-02-14Volunteer's Work - fix by Vincent-MichaelGo6o
2012-02-14More compiler error fixesSubv
2012-02-14Fixed some remaining compile errorsSubv
2012-02-14Fixed buildSubv
2012-02-14Fixed build, thanks Amit86 for noticingSubv
2012-02-14Core/Spells: Revert erroneous interruption added in 5ea49613d24a - more ↵Subv
research required
2012-02-14Core/Battlegrounds: Fix Ring of vallor pillar at arena startSubv
author: @p0ody
2012-02-14Codestyle: Renamed some variables to fit codestyle, corrected order in ↵Subv
structure/class fields to match alignment (they use slightly less memory now) Signed-off-by: Subv <s.v.h21@hotmail.com>
2012-02-14SQL/Achievements: Added difficulty conditions for Once Bitten, Twice Shy ↵Subv
achievement closes #4120 Signed-off-by: Subv <s.v.h21@hotmail.com>
2012-02-14Merge pull request #5234 from kandera/fix_seasonal_checkSubv
fix issue with seasonal quests
2012-02-14fix issue with seasonal questsKandera
2012-02-13Merge branch 'master' of https://github.com/TrinityCore/TrinityCoreSubv
2012-02-12Codestyle: Renamed some variables to fit codestyleSubv
Signed-off-by: Subv <s.v.h21@hotmail.com>
2012-02-12TDB 335.11.46 - 2012/02/13TDB335.11.46Nay
2012-02-12DB/SAI: Fix a couple of issues in recent commitsNay
By Dasio and tREAK
2012-02-12Merge branch 'master' of https://github.com/TrinityCore/TrinityCoreSubv
2012-02-12Core/Loading: Speedup on the creature loading codeSubv
Signed-off-by: Subv <s.v.h21@hotmail.com>
2012-02-12Codestyle: Cleanups (thx Svannon for spotting the issue here)zxbiohazardzx
2012-02-12Codestyle: corrected map, corrected tablenamequotes, thx WishToDie for the ↵zxbiohazardzx
quick spotting
2012-02-12DB/Creature: Add spawns and waypoints for npc 26841 from sniffsZxBiohazardZx
2012-02-12Merge branch 'master' of https://github.com/TrinityCore/TrinityCoreSubv
2012-02-12Core/Spells: Spell casts should be interrupted if the target goes out of LoS.Subv
Signed-off-by: Subv <s.v.h21@hotmail.com>
2012-02-12DB/Creature: Add some more Sunscale Lashtails in the area from sniffszxbiohazardzx
Closes #5107
2012-02-12Merge branch 'master' of https://github.com/TrinityCore/TrinityCoreSubv
2012-02-12Extractors: Do not show a warning in the vmap extractor when a model fails ↵Subv
to load to avoid confusion
2012-02-12DB/Quests: Fix quest Hot On The Trailw1sht0l1v3
Closes #5199 Ref #5194
2012-02-12DB/Misc: Missing Zul'Drak gossips (+ conditions)Pitcrawler
Closes #5206 Enables f76f091fc3e0abdd13d02a923cd3 and c80ab4d19e584f994574202ab4f
2012-02-12Fixed the logic on my last commitSubv
2012-02-11Core/Collision: Fixed LoS for doors with data0 = 0 and state = 0Subv
closes #5197 Signed-off-by: Subv <s.v.h21@hotmail.com>
2012-02-11Codestyle: Renamed some battleground variables and changed some other things ↵Subv
to fit codestyle
2012-02-11Merge pull request #5193 from Souler/masterSubv
Dalaran Sewers Arena waterfall issue
2012-02-11Merge branch 'master' of https://github.com/TrinityCore/TrinityCoreSubv
2012-02-11Core/Spells: Blink wont be able to trespass solid objects anymore (walls/doors)Subv
Refactored some code Signed-off-by: Subv <s.v.h21@hotmail.com>
2012-02-11Core/Quests: Correct use of parenthesis in IsAutoComplete and IsAutoAcceptMatthew Goff
Closes #5195
2012-02-11DB/SAI: Send data to instance on Ward Keeper deathneurorulez
Closes #4819
2012-02-11Core/Arenas/Dalaran Sewers: Add warning before fully activating the waterfallSouler
2012-02-11DB/NPCs: Remaining Grizzly Hills gossipsPitcrawler
Scripts|SAI: Convert npc_kingdom_of_dalaran_quests to SAI Closes #4845
2012-02-11Copy paste is bad, mkay?Nay
2012-02-11Core/Db/Conditions: Add conditions for world state and phasemaskNay
CONDITION_WORLD_STATE - 11 - index - value - 0 CONDITION_PHASEMASK - 26 - value - 0 - 0 Idea by @LiMCrosS
2012-02-11Merge branch 'master' of https://github.com/TrinityCore/TrinityCoreSubv