Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-09-05 | Core/Dungeon Finder: Improve ".lfg queue debug" command | jackpoz | |
Log roles of every combinations in ".lfg queue debug" output | |||
2015-09-05 | Core/Chat: Allow to sanitize | characters when sending messages to clients | jackpoz | |
Add an optional parameter "escapeCharacters" to ChatHandler::SendSysMessage() to properly escape | character, otherwise it might freeze the client. | |||
2015-09-04 | Core/SmartScripts: SMART_ACTION_TALK - added action param 3 to set target as ↵ | MitchesD | |
talk target (used for $vars in texts and whisper target) * by default (action param 3 is 0), it will try to trigger talk of the target (cherry picked from commit 7b491046e94af498b2428ebe7decf6353cbb61a2) | |||
2015-09-04 | DB/Creature: Delete duplicated spawns | Aokromes | |
2015-09-04 | DB/Creature: Delete duplicate spawn | Aokromes | |
2015-09-04 | DB/Creature: Delete duplicate spawn | Aokromes | |
2015-09-04 | DB/Creature: Delete duplicate spawn | Aokromes | |
2015-09-03 | DB/Quest: Therylune | Killyana | |
Fix npc behavior Thanks to @Rushor and @CreshandKesh Closes #14763 | |||
2015-09-03 | DB/Item: Comet's Trail | Killyana | |
FIx internal cooldown By @Keader Closes #15096 | |||
2015-09-03 | DB/NPC: Skyguard Scout | Killyana | |
Add cosmetic mount Closes #15305 | |||
2015-09-03 | DB/Item: Girdle of the Warrior Magi | Killyana | |
Fix socket bonus By: @Rochet2 Closes #15311 | |||
2015-09-03 | DB/NPC: Blue Crashin' Thrashin' Racer and Crashin' Thrashin' Racer | Killyana | |
Add missing auras and a spell. By: @sirikfoll Closes #15407 | |||
2015-09-03 | DB/Quest: Magic Carpet Ride | Killyana | |
Remove a wrong spell used to ride the carpet Closes #15418 | |||
2015-09-03 | Core/Spells: Make players immune to the taunt aura. | chaodhib | |
2015-09-03 | Merge pull request #15413 from ShinDarth/sort_quest_template | Duarte Duarte | |
DB/World: fix bad field rename introduced in 6b43e72f019b6a91be812f4e4da58a4dae7c21a6 | |||
2015-09-03 | DB/World: fix bad field rename introduced in ↵ | ShinDarth | |
6b43e72f019b6a91be812f4e4da58a4dae7c21a6 | |||
2015-09-03 | DB/Misc: Delete another duplicate spawn | Aokromes | |
2015-09-03 | DB/Misc: Delete another duplicate spawn | Aokromes | |
2015-09-03 | DB/Misc: Delete more duplicated spawns | Aokromes | |
2015-09-03 | DB/Misc: Delete another duplicate spawn | Aokromes | |
2015-09-03 | DB/Misc: Delete duplicate spawn | Aokromes | |
2015-09-02 | DB/Creature: Remove a Duplicate spawn for Overseer Deathgaze | Killyana | |
Add a cosmetic channeling spell for Decrepit Necromancer and remove a wrong emote. Closes #15404 | |||
2015-09-02 | SQL renames after PR merge | DDuarte | |
2015-09-02 | Merge pull request #15384 from ShinDarth/quest_backports2 | Duarte Duarte | |
DB/World schema backport: sort some quest_template fields using 6.x style | |||
2015-09-02 | Merge pull request #15356 from ShinDarth/quest_backports | Duarte Duarte | |
DB/World schema backport: quest_details, _request_items and _offer_reward | |||
2015-09-02 | DB/Spell: Add missing visual spell in Gortok Palehoof encounter | Killyana | |
Cosmetic channeling spell casted by the red Orb to wake up the npcs | |||
2015-09-02 | Script/BoreanTundra: Fix dialog and final waypoint for quest 11570: "Escape ↵ | treeston | |
from the Winterfin Caverns" This fixes the following bugs: Escortee NPC quotes are out of order (see #15396 (comment)) Final escort waypoint is located incorrectly and causes the escorted NPC to drop all the way to the bottom of the ocean before quest completion is awarded. Closes #15396 Signed-off-by: DDuarte <dnpd.dd@gmail.com> | |||
2015-09-01 | Core/Dungeon Finder: Remove disconnected players from LFG queue | jackpoz | |
Fix LFG queue issues by removing disconnected players from LFG queue and their party with them. | |||
2015-09-01 | DB/Misc: Fix some phasemask | Aokromes | |
2015-08-31 | Core/Dungeon Finder: Add LFG roles of group members in LFG logs | jackpoz | |
This changes logs like "(1|18)" to "(1 Healer, Dps|18 Tank, Healer, Dps)" | |||
2015-08-31 | DB/Creature: Kvaldir Raider | Killyana | |
Closes #15390 | |||
2015-08-30 | DB/Misc: Move some wotlk spawns to proper range | Aokromes | |
2015-08-30 | Merge pull request #15385 from Tonghost/3.3.5 | joschiwald | |
Core/Scripts: Remove duplicate code | |||
2015-08-30 | Core/Scripts: Remove duplicate code | Incorrect | |
2015-08-29 | DB/Conditions: Fix conditions for Mortar and Fire Cannon | Killyana | |
Author: @joschiwald Closes #15080 | |||
2015-08-29 | DB/Misc: Fix Rookery Whelp unit flag | Killyana | |
Fix Crazed Mana Surge casting Loose Mana on death Fix PrevQuest for Replenishing the Healing Crystals Add some missing spawns to Ghostlands Fix some issues on Utgarde Pinnacle Disable health regen for Guard Roberts Closes #15276 Closes #15286 Closes #15343 Closes #15348 Update #15362 Closes #15355 Thanks to @Pirricli @KiHeij @jududdar @pete318 @Tauriella @MrSmite | |||
2015-08-29 | DB/Quest: The Brothers Bronzebeard | Killyana | |
Closes #9889 Thanks to @StormBytePP for fixing the Vehicle issue on https://github.com/TrinityCore/TrinityCore/commit/ac2845ee77d0f3e838267ad424fbcf4894040333 | |||
2015-08-29 | DB/World schema backport: quest_details, quest_request_items and ↵ | ShinDarth | |
quest_offer_reward tables | |||
2015-08-29 | Scripts/BWL: cleanup instancescript | joschiwald | |
2015-08-29 | DB/Misc: Add missing spawns on Howling Fjord | Killyana | |
Improve some vehicles behavior Improve some SAI Thanks to @Pitcrawler for the scripts | |||
2015-08-29 | DB/World schema backport: sort quest_template fields 6.x style | ShinDarth | |
2015-08-29 | Scripts/Ulduar: fixed sara get killed by guardians of yogg saron | joschiwald | |
2015-08-29 | Core/Unit: Prevent AoE damage to have effect in some cases when faction is ↵ | StormBytePP | |
unfriendly but they don't attack you and you don't have at war enabled (Example, Sporaggar faction) Fixes #15374 | |||
2015-08-29 | DB/quest: The Ancient Armor of the Kvaldir | Killyana | |
closes #11154 Vehicle issue fixed on #15376 By @StormBytePP | |||
2015-08-29 | Core/Vehicles: Fix CanEnterOrExit by implying that if a vehicle seat have ↵ | StormBytePP | |
anim for enter/ride means it can be entered/exited even in cases where it lacks VEHICLE_SEAT_FLAG_CAN_ENTER_OR_EXIT flag Fixes issues #13298, #8195, #7468, #1290 | |||
2015-08-27 | DB/Conditions: Simplify the conditions for Kael'thas Ressurection spell | Nyeriah | |
Sorry for the oversight, thanks @joschiwald | |||
2015-08-27 | DB/Conditions: Missing spell target conditions for Kael'thas advisor ↵ | Nyeriah | |
Ressurection spell | |||
2015-08-27 | Core/Spells: Skip spell category additional cooldown check added in ↵ | jackpoz | |
43e8c841f5357a6cf41cdb8ed5e496019f14a16a for SPELL_CATEGORY_FOOD. Workaround for #15278 till spell cooldown system properly supports spells with spell category triggering spells with same spell category. Fixes #15278. | |||
2015-08-27 | Merge pull request #15347 from StormBytePP/3.3.5_fix_dismounting_when_over_water | StormBytePP | |
Core/Unit: Do not remove aura with interrupt flag AURA_INTERRUPT_FLAG_NOT_UNDERWATER when already flying | |||
2015-08-26 | Core/Battleground: Fix issue reported by static analysis | jackpoz | |
Coverity defect IDs: 1193415 |