aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-05-23Core/GuardAI: General cleanup and removed some unnecessary code.kaelima
2012-05-23Core/Calendar: Fix crash when deleting an event on the calendar. Should also ↵kaelima
stop the error message from appearing. Thanks elecyb Closes #6570 - Corrected some code from 66d42b4f296fa455bfc96ed6a09e64ed5cc62a9d
2012-05-23Core/Global: Cleanup in MovementHandler and some assertionskaelima
2012-05-23Core/Protocol: correct SMSG_CALENDAR_RAID_LOCKOUT_UPDATED struct (and ↵kaelima
SMSG_CALENDAR_SEND_CALENDAR if no invite was found)
2012-05-23DB/Loot: Add loot for Reinforced Fel Iron Chest (heroic) (thx xanvial for ↵ZxBiohazardZx
initial work) Closes #5675
2012-05-23Core/Spells: Make spellclick spells non triggeredkaelima
2012-05-23Core/Protocol: Process CMSG_UPDATE_MISSILE_TRAJECTORY packetskaelima
2012-05-23DB/SAI: Add SAI for the Chicken EscapeeDiscovered
2012-05-23DB/SAI: add SAI for Elder Harkek & remove the ugly spawning via ↵ZxBiohazardZx
quest_start_scripts major kudos for Discovered on the SAI part of the fix
2012-05-23DB/Creature: Add spawns for Chicken Escapee & set their aura accordingly ↵ZxBiohazardZx
(sniffs)
2012-05-22Core/Items: fix typo from previous commit (thx vincentmichael)Kandera
2012-05-22DB/Loot: make Formula: Enchant Boots - Surefooted a garanteed dropZxBiohazardZx
Closes #6579
2012-05-22Core/Items: correctly cast spells on item store. Closes #4208Kandera
2012-05-22DB/Spells: fixes proc flags for blood presence. sorry :[ Closes #6564Kandera
2012-05-22Merge pull request #6513 from Xanvial/glyph_of_towkandera
Core/Spell : Glyph of Totem of Wrath
2012-05-22Merge pull request #6548 from Elron103/pull-requestskandera
Core/Spells: Fix immunity checking for creatures (i.e. Mind Control)
2012-05-22Merge pull request #6566 from Vincent-Michael/t10kandera
Core/Spell: DK T10 Melee 4P is SPELL_AURA_PROC_TRIGGER_SPELL proc
2012-05-21Core/Spell: DK T10 Melee 4P is SPELL_AURA_PROC_TRIGGER_SPELL procVincent-Michael
2012-05-21Core/MapManager: Fix logic in SetMapUpdateInterval()Chaplain
2012-05-21Core/Spell: Fix spell effect SPELL_EFFECT_HEAL_MAX_HEALTH calculationVincent-Michael
2012-05-20Merge pull request #6563 from Mik43l/val'anyrNay
[Core/Spell]: Fix Blessing of Ancient Kings (Val'anyr, Hammer of Ancient Kings) closes #6521
2012-05-20[Core/Spell]: Fix Blessing of Ancient Kings (Val'anyr, Hammer of Ancient ↵Mik43l
Kings) closes #6521
2012-05-20Core/BG: Move the log "ArenaTeam x does not have any members or ..." from DB ↵Nay
error to debug level
2012-05-20Tools: Fix a typo and printf formats (there's no standard format for size_t)Nay
2012-05-20Scripts/VH: Add an 1 minute pause after each boss fight (instead of 5 seconds)Nay
Revert one of the warning fixes (non standard C++)
2012-05-20Core: Fix a few compile warningsNay
2012-05-20DB/Spells: Lay on Hands shouldn't scale with spell powerfaq_
2012-05-20And I forgot to Ctrl+S, yay me.Nay
2012-05-20Core/SAI: Few changes to db data validation for actions and event flagsNay
2012-05-20Core/BG: Add map to start zone teleport possible exploit logNay
2012-05-20DB: Rename .modify rep to .modify reputation (commands table) and fix a ↵Nay
possible database startup error with conditions
2012-05-19DB/Commit: bio is an idiot that forgot a ; and a ` dont tell click!ZxBiohazardZx
2012-05-19DB/Loot: fix the last startups related to loot. this should be all...ZxBiohazardZx
2012-05-19SQLS: Correct recent sqls file namesNay
2012-05-19DB/Loot: Add Gunship Loot to the respective chests, kills some startup errorsZxBiohazardZx
Fixes #6248
2012-05-19DB/Loot: No npc should drop Saronite OreNay
Thanks Amit
2012-05-19Scripts/kalimdor: Use proper headers to optimize compile, code style and ↵4m1g0
general cleanup. Closes #6419 (pr)
2012-05-19TDB 335.11.47 - 2012/05/19TDB335.11.47Nay
2012-05-19SQLS: Fix two startup DB errors and add proper file endings for various sqlsNay
2012-05-19DB/Quests|SAI: Fix the first 5 quests of Ring of BloodMalcrom
Closes #6334 Last quest still needs to be fixed.
2012-05-19Merge pull request #6418 from 4m1g0/TheAffrayNay
Scripts/the_barrens: Fix quest "The Affray" and some cleanup.
2012-05-19SQLS: Correct comments for 2012_02_20_02_world_conditons.sqlnelegalno
Ref #6517 (pr)
2012-05-19Core/SmartAI:kaelima
- Improve an error msg in ProcessAction - Allow dist/angle to be 0.0f and set default if negative when using SMART_ACTION_FOLLOW - Some minor cleanup in Opcodes.cpp, all smsg's should have Handle_ServerSide
2012-05-19SQLS: Correct comments for 2012_02_16_00_world_conditions.sqlNay
(Core/Opcs: Use Handle_NULL for an unused opcode) Closes #6517 (pr)
2012-05-19DB/Quest: Remove autocomplete from Body and HeartZxBiohazardZx
Fixes #6139
2012-05-18Core/Spells: Fix immunity checking for creatures (i.e. Mind Control)Elron103
2012-05-18DB/Misc: use correct nextquestid for quests 936,3784,3762 Closes #3820. fix ↵Kandera
blood presence to NOT proc on positive spells (causes issues with healing spells making you heal) Closes #6009. fix dk t10 4peice bonus Closes #6449.
2012-05-18Core/Spells: fix dispel aggro in a less hacky way!Kandera
2012-05-18DB/SpellTargeting: use correct spell target position data from sniffs for ↵Kandera
all teleport to dalaran spells.
2012-05-18Core/Spells: Damage should be dealt AFTER m_damage has been set. possibly ↵Kandera
fixes scourge strike damage calculations.