aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2012-02-11Core/Collision: Missing a negation operator in Ring of ValorSubv
2012-02-11DB/SAI: Fix a typo in a recent SAI scriptNay
(Startup DB errors)
2012-02-11DB/Quests: Fix quest Sorlof's Bootymalcrom
Closes #5071 Closes #1785
2012-02-11Merge branch 'master' of github.com:TrinityCore/TrinityCoreSubv
2012-02-11Battleground/Collision: Fixed the DS waterfall and RV pillar glitchesSubv
2012-02-11DB/Quests: Script A Daughter's Love quest endinggecko32
Closes #5102
2012-02-11DB/Quest: Kickin' Nass and Takin' Manesw1sht0l1v3
Thanks to @Pitcrawler for refactoring/correcting the code Closes #446 Closes #5164 (not complete)
2012-02-11DB/Quest: Near Miss / Close CallPitcrawler
Closes #5169 (not complete)
2012-02-11DB/ATs: Add Botanica and Mechanar instance exits.Discover-
Closes #3369
2012-02-11DB/Quests: Quest pooling for The Rokk and Old Man BarlownedVincent-Michael
Closes #5189 Closes #5190
2012-02-11DB/NPCs: Spawn Elders also on heroic difficulty (spawnmask change)nelegalno
Closes #4976
2012-02-11Fixed buildSubv
2012-02-11Fixed codestyle from last commitSubv
2012-02-11Core/Conditions: Allow to set SAI conditions to both the invoker and the ↵Subv
object using ConditionTarget column. ConditionTarget 0 = invoker ConditionTarget 1 = object Signed-off-by: Subv <s.v.h21@hotmail.com>
2012-02-11Core/Db/Conditions: Add new condition types:QAston
- CONDITION_OBJECT_ENTRY - CONDITION_TYPE_MASK - CONDITION_RELATION_TO - CONDITION_REACTION_TO - CONDITION_DISTANCE_TO - CONDITION_ALIVE - CONDITION_HP_VAL - CONDITION_HP_PCT
2012-02-11DB/NPCs: Correct a LiiA spawnnelegalno
Ref 36bb3878bc8fd8c0d412
2012-02-10Merge pull request #5178 from Kazt/masterSubv
Edit source files to represent the recent changes in the extractors (v4.00 2012_02) to avoid confusion with old extractors (v3.00 2010_07)
2012-02-11Fix build with GCC (it seems like it doesn't allow using references to ↵QAston
temporary objects).
2012-02-10Argh 2.0QAston
2012-02-10Argh.QAston
2012-02-10Core/Db/Conditions: Add ContidionTarget column which allows selection of ↵QAston
objects which will be checked by condition, depending on SourceTypeOrReferenceId. So far usable only with CONDITION_SOURCE_TYPE_SPELL: ContidionTarget = 0 - check caster ContidionTarget = 1 - check explicit target
2012-02-10Core/Collision: Edit source files to represent the recent changes in the ↵Ka0z
extractors (v4.00 2012_02) to avoid confusion with old extractors (v3.00 2010_07)
2012-02-10Core/Misc: Avoid some redundant checks in Player::ResetTalentsShocker
2012-02-10Core/Db/Conditions: remove ConditionValue2 parameter CONDITION_SPELL which ↵QAston
was used for checking if player doesn't have spell and use NegativeCondition parameter instead.
2012-02-10Core/Db/Conditions: CONDITION_NOITEM and CONDITION_NO_AURA became deprecated ↵Nay
with `NegativeCondition` Wiki updated.
2012-02-10Core/Db/Conditions: Add 3rd parameter to CONDITION_ITEM so it can now ↵QAston
perform a check if item exists in bank aswell as in equipment.
2012-02-10Scripts/Icecrown Citadel: Attempt to fix Sindragosa spawningShauren
2012-02-10Scripts/Icecrown Citadel: Fixed crash in spell_frostwarden_handler_order_whelpShauren
Closes #5129