aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-07-19DB/NPC: Quartermaster BartlettKillyana
Closes #17611
2016-07-19Core/UnitAI: Removed unneccessary null checks in SpellTargetSelector. CID ↵ForesterDev
1357405 (#17630)
2016-07-19DB/Creature: Add waypoints for Deathguard MolderKittnz
Closes #17626
2016-07-19Core/Entities: add missing null pointer checks in HandleProcTriggerSpell. ↵ForesterDev
CID 1356245 (#17629)
2016-07-19Scripts / Naxxramas : add missing null pointer check. Fixes CID 1354738 (#17628)ForesterDev
2016-07-19Rename 9999_99_99_99_world.sql to ↵Shauren
sql/updates/world/3.3.5/2016_07_19_00_world.sql
2016-07-19Core/Mail: implement a way to specify NPC sender for mails when they should ↵SnapperRy
be different from the quest ender (#17601)
2016-07-19Core/Entities: implement SPELL_AURA_MOD_CRIT_CHANCE_FOR_CASTER, fixes talent ↵ariel-
Point of no Escape
2016-07-19Core/Entities: Readded check removed in ↵ariel-
d7460887c84107c9c83a9dd5259c8ab398928711, caused flying ghost players to not move if they died during a root effect, root flag was never cleared clientside and impeded movement.
2016-07-19Core/Loot: fix bug introduced in a49544cc187d3a156b4615907d6b82057364fcc4 in ↵ariel-
which creatures only having gold wouldn't show lootable sparks, and thus couldn't be looted
2016-07-18Core/UnitAI: #17309 follow-up (#17608)ccrs
* Core/UnitAI: SelectTarget correction Set CurrentVictim as first element on targetList if necessary, which is then filled with the threatlist elements that satisfy the predicate.
2016-07-18DB/SAI: Naturalist BiteDr-J
Improvements to previous script which only gave credit for lost in action
2016-07-18DB/Creature: Misc fixesAokromes
By Malcrom
2016-07-18Core/AI Prevent bosses respawn when BossState is set to DONE (#17616)Gustavo
2016-07-16Core/Player: fix crashariel-
Closes #17073
2016-07-16Core/OutdoorPvP: fix bad storage of guids, spawnId must be saved because ↵ariel-
that's what is expected Closes #8597
2016-07-16Core/Misc: remove two synch queries and replace them with CharacterInfo cacheariel-
2016-07-16Core/Misc: remove unused function prototypeariel-
2016-07-16Core/LFGMgr: fix race condition in _SaveToDBariel-
2016-07-16Core/ArenaTeamMgr: fix race condition in LoadArenaTeamsariel-
2016-07-16Core/Account: Fix race condition in AccountMgr::UpdateAccountAccessariel-
2016-07-17Core/UnitAI: SelectTarget correction (#17309)ccrs
Core/UnitAI: SelectTarget correction - have current victim always be first element of target list
2016-07-16Core/World: fix race condition in _UpdateRealmCharCountariel-
2016-07-16Core/Player: silence warningariel-
2016-07-16Core/Channel: restore accidentally deleted line, fixes channels not honoring ↵ariel-
ownership setting
2016-07-16Core/Conditions: implement CONDITION_DAILY_QUEST_DONE to check whether or ↵SnapperRy
not a daily quest has been completed by a player in that day. Also use it to fix two quest chains broken in commit 7905651. Should be the only ones of their kind.
2016-07-16Core/Scripts: Hallow's End Pumpkin TreatKeader
Add all 6 spells available from item 20557, Hallow's End Pumpkin Treat: - Hallow's End Candy, Orange Giant (24924) - Hallow's End Candy, Skeleton (24925) - Hallow's End Candy, Pirate (24926) - Hallow's End Candy, Ghost (24927) - Hallow's End Candy, Female Defias Pirate (44742) - Hallow's End Candy, Male Defias Pirate (44743) Thanks @Keader for creating the new spell scripts & SQL, saved me a lot of time! :-)
2016-07-16Core/Commands: Cooldown command should fall back to targeting self in case ↵Shauren
of no valid selection
2016-07-16Core/Commands: Allow .cooldown command to work on player petsShauren
2016-07-16DB/Creature: Delete incorrectly deleted spawnAokromes
2016-07-16Update 2016_07_12_01_world.sqlAokromes
2016-07-16DB/Creature: Fix Runetog WildhammerAokromes
Closes #17592 by Silvertower
2016-07-16Rename 2016_99_99_99_world.sql to 2016_07_16_03_world.sqlariel-
2016-07-16Core/Spells: Fix Roar of Sacrifice damage part (#17519)ariel-
2016-07-16DB/Creature: Adjust spawntime of new spawns in Icecrown Citadel 25ariel-
2016-07-16DB/Loot: remove wrong loot for item 'Recipe: Savory Deviate Delight'SnapperRy
Reference loot belongs to 'Murloc Warrior' hailing from Westfall, while the item can only drop from The Barrens' residents
2016-07-16DB/Conditions: fix cast conditions for two more spellsSnapperRy
2016-07-15Core/Spells GameObjects needs to be spawned in order to be acceptable as a ↵Gustavo
SpellFocus (#17594)
2016-07-15DB/Conditions: fix three spells that require a NPC to be nearbySnapperRy
Namely, the Venomhide Hatchling feeding quests
2016-07-15Core/Chat: general cleanup and revamping: (#17576)ariel-
- Remove duplicate ObjectGuid in Channel (both as key and value member) - Add const-ness to Channel methods - NULL->nullptr - const type* -> type const* - Removed all instances of std::map::operator[] except where it is actually INTENDED to insert an element - Use Trinity::StringFormat instead of snprintf
2016-07-15DB/Conditions: fix exploit related to quest Disclosure (ID: 12710)SnapperRy
NPC could be repeatedly summoned by clicking the related gameobject
2016-07-15Core/Quests: Failing/abandoning a quest should not unconditionally remove ↵Shauren
required items, non-quest specific items such as crafting reagents should remain in inventory
2016-07-15DB/Quest: fix required race for two Argent Tournament dailiesSnapperRy
2016-07-15Core/Quests: Remove quest items that were looted if they are unique, bound, ↵Brian
quest items, when abandoning a quest. (#17556)
2016-07-15Core/Spell: Sheath of Light should add remaining ticks to healing done when ↵robinsch
refreshed (#17583)
2016-07-15DB/Mail: add Argent Tournament mail sent when reaching level 77SnapperRy
2016-07-15Rename 2016_06_15_99_world.sql to 2016_07_15_08_world.sqlSnapperRy
2016-07-15Core/Scripts: Migrate Tanaris NPC's to SAI (#17390)Andrew Letson
2016-07-15Rename 9999_99_99_99_world.sql to 2016_07_15_07_world.sqlSnapperRy
2016-07-15Core/SmartAI: change SMART_ACTION_RISE_UP (114) to SMART_ACTION_MOVE_OFFSET ↵SnapperRy
and implement offset movement via target fields. (#17362)