| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-07-16 | Core/Misc: remove unused function prototype | ariel- | |
| 2016-07-16 | Core/LFGMgr: fix race condition in _SaveToDB | ariel- | |
| 2016-07-16 | Core/ArenaTeamMgr: fix race condition in LoadArenaTeams | ariel- | |
| 2016-07-16 | Core/Account: Fix race condition in AccountMgr::UpdateAccountAccess | ariel- | |
| 2016-07-17 | Core/UnitAI: SelectTarget correction (#17309) | ccrs | |
| Core/UnitAI: SelectTarget correction - have current victim always be first element of target list | |||
| 2016-07-16 | Core/World: fix race condition in _UpdateRealmCharCount | ariel- | |
| 2016-07-16 | Core/Player: silence warning | ariel- | |
| 2016-07-16 | Core/Channel: restore accidentally deleted line, fixes channels not honoring ↵ | ariel- | |
| ownership setting | |||
| 2016-07-16 | Core/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-16 | Core/Scripts: Hallow's End Pumpkin Treat | Keader | |
| 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-16 | Core/Commands: Cooldown command should fall back to targeting self in case ↵ | Shauren | |
| of no valid selection | |||
| 2016-07-16 | Core/Commands: Allow .cooldown command to work on player pets | Shauren | |
| 2016-07-16 | DB/Creature: Delete incorrectly deleted spawn | Aokromes | |
| 2016-07-16 | Update 2016_07_12_01_world.sql | Aokromes | |
| 2016-07-16 | DB/Creature: Fix Runetog Wildhammer | Aokromes | |
| Closes #17592 by Silvertower | |||
| 2016-07-16 | Rename 2016_99_99_99_world.sql to 2016_07_16_03_world.sql | ariel- | |
| 2016-07-16 | Core/Spells: Fix Roar of Sacrifice damage part (#17519) | ariel- | |
| 2016-07-16 | DB/Creature: Adjust spawntime of new spawns in Icecrown Citadel 25 | ariel- | |
| 2016-07-16 | DB/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-16 | DB/Conditions: fix cast conditions for two more spells | SnapperRy | |
| 2016-07-15 | Core/Spells GameObjects needs to be spawned in order to be acceptable as a ↵ | Gustavo | |
| SpellFocus (#17594) | |||
| 2016-07-15 | DB/Conditions: fix three spells that require a NPC to be nearby | SnapperRy | |
| Namely, the Venomhide Hatchling feeding quests | |||
| 2016-07-15 | Core/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-15 | DB/Conditions: fix exploit related to quest Disclosure (ID: 12710) | SnapperRy | |
| NPC could be repeatedly summoned by clicking the related gameobject | |||
| 2016-07-15 | Core/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-15 | DB/Quest: fix required race for two Argent Tournament dailies | SnapperRy | |
| 2016-07-15 | Core/Quests: Remove quest items that were looted if they are unique, bound, ↵ | Brian | |
| quest items, when abandoning a quest. (#17556) | |||
| 2016-07-15 | Core/Spell: Sheath of Light should add remaining ticks to healing done when ↵ | robinsch | |
| refreshed (#17583) | |||
| 2016-07-15 | DB/Mail: add Argent Tournament mail sent when reaching level 77 | SnapperRy | |
| 2016-07-15 | Rename 2016_06_15_99_world.sql to 2016_07_15_08_world.sql | SnapperRy | |
| 2016-07-15 | Core/Scripts: Migrate Tanaris NPC's to SAI (#17390) | Andrew Letson | |
| 2016-07-15 | Rename 9999_99_99_99_world.sql to 2016_07_15_07_world.sql | SnapperRy | |
| 2016-07-15 | Core/SmartAI: change SMART_ACTION_RISE_UP (114) to SMART_ACTION_MOVE_OFFSET ↵ | SnapperRy | |
| and implement offset movement via target fields. (#17362) | |||
| 2016-07-15 | Core/SpellArea: iterate spell_area entries by player's current area instead ↵ | SnapperRy | |
| of quest id. (#17509) | |||
| 2016-07-15 | Core/Unit: remove emote state when creature attacks another unit (#17542) | SnapperRy | |
| 2016-07-15 | Change creature guid for previous commit | SnapperRy | |
| Thanks Aokromes. Also forgot to mention, thanks Rushor for the main script | |||
| 2016-07-15 | DB/Script: partly script Shadowy Assassin's event in Southshore | SnapperRy | |
| Updates #14880 | |||
| 2016-07-15 | Rename 9999_99_99_99_world.sql to 2016_07_15_05_world.sql | Aokromes | |
| 2016-07-15 | Core/Creature: implement INHABIT_ROOT to apply UNIT_STATE_ROOT to creature ↵ | SnapperRy | |
| (#17543) Add flag 8 to InhabitType for creatures that should appear rooted client-side | |||
| 2016-07-15 | Script/Archavon: Implement EMOTE_LEAP | Aokromes | |
| By robinsch | |||
| 2016-07-15 | Script/Archavon: Implement EMOTE_LEAP (#17588) | robinsch | |
| 2016-07-15 | DB/SpellArea: prevent access to Hyjal | SnapperRy | |
| By dr-j, closes #17467 | |||
| 2016-07-15 | DB/Gossip: add npc text for Baine Bloodhoof | SnapperRy | |
| Closes #17575 | |||
| 2016-07-15 | DB/Loot: reduce drop chance for many white items | SnapperRy | |
| Closes #17578 | |||
| 2016-07-15 | DB/Quest: fix availability for Alliance's breadcrumb quests to Ashenvale | SnapperRy | |
| Onward to Ashenvale can always be done, while only one quest between Trek to Ashenvale and the Draenei-only Travel to Astranaar can be completed. | |||
| 2016-07-14 | DB/Creature: Fix some ranged creature cast | Killyana | |
| Closes #12796 Closes #17580 Closes #17574 | |||
| 2016-07-13 | Core/Scripting: Fix acquiring of references between script swaps | Naios | |
| * Delay unloading of shared libraries to the next update tick to prevent crashes in the destructor of the last referenced script instance. * Closes #17557 | |||
| 2016-07-13 | DB/Creature: Add missing spawn for Ribbon Pole Debug Target | Killyana | |
| Closes #17534 By SnapperRy | |||
| 2016-07-13 | Game/Entities: Fix math problem "Disk Point Picking" in GetRandomPoint (#17577) | P-Kito | |
| 2016-07-13 | DB/TrinityString: typo fix | treeston | |
