aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-09-13Better description for Rate.InstanceResetTime setting.Aokromes
2011-09-13Edited sql/updates/world/2011_09_13_00_world_spells.sql via GitHubAokromes
2011-09-13DB: Fix startup errors and add conditions for Flames in UldSvannon
2011-09-12DB/Creature: Fix two spawnmasks (was 0).Nay
Thanks Aokromes for noticing it.
2011-09-12DB/Quests: Fix quest 11706 and 11723.Nay
Closes #2034 and #1005.
2011-09-12DB/NPCs: Fix visiblity issues with npc 21419.Nay
Closes #899.
2011-09-12DB/Templates: Update some creature template data from Ulduar based on ↵Svannon
correct data. Signed-off-by: Machiavelli <machiavelli.trinity@gmail.com>
2011-09-12DB/Conditions: Spell targeting fixes for UlduarSvannon
Signed-off-by: Machiavelli <machiavelli.trinity@gmail.com>
2011-09-12DB/Templates: Allow mounts in AQ40 and ICCAokromes
Closes #2984
2011-09-12DB/Quest: Add spawns for quest 12547.sarjuuk
Closes #895. Fix a small type in previous commit.
2011-09-12DB/Misc: Script (gossip and SAI) npc 15481 (fix quest 8575).Nay
Closes #852. Thanks a lot to horn for the cpp version of the script but this is the kind of stuff that is "trivial" to do in DB. Also, update the start time for Darkmoon, by Aokromes.
2011-09-12Script/Oculus: Fix yells of Drakos.Nay
Closes #831
2011-09-12Core/ScriptedAI: remove ScriptedAI::CanCast function which is not ↵QAston
functioning properly (compare that func with Spell::CheckCast to see how it should work) and is unused. Closes #2275.
2011-09-11DB/NPC: Spawn npc 25589 and fix some issues in its core script.ZxBiohazardZx
Closes #784.
2011-09-11Core/Spells: Remove redundant explicit target checks from Spell::castQAston
2011-09-11Merge pull request #2966 from Chaplain/cleanupQAston
Core/Auras: Improvements in SPELL_AURA_MOD_DAMAGE_PERCENT_DONE handling:
2011-09-11Core/Spells: Don't check cast requirements twice for instant cast spells.QAston
2011-09-11DB/SAI: Add SAI to npc 1200 and fix quest 55.Discover-
Closes #695
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/Auras: Improvements in SPELL_AURA_MOD_DAMAGE_PERCENT_DONE handling:Chaplain
*prevent apply mods from weapon specific case to non weapon specific spells
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