aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-06-16Core/Loot: fix some other cases where a creature should not be able to set ↵Wyrserth
focus. (#23415)
2019-06-15DB/Quest: Quest: Meet Lieutenant IcehammerKillyana
Closes #23384
2019-06-15Core/Unit: Ignore On Transport spline movements if the Unit isn't on a ↵jackpoz
transport anymore On Transport splines use coordinates relative to the transport but if the transport is not found anymore than there is no way to get the absolute coordinates, leading to relative coordinates being used as absolute instead. The result is a Unit being set at position (0, 0, 0) or close by.
2019-06-15DB/Quest: Quest: As the Crow FliesKillyana
Closes #23354
2019-06-15DB/Loot: remove deprecated item Tome of Tranquilizing ShotWyrserth
Closes #23409
2019-06-15Core/Misc: Change some logs from INFO to ERROR when loading invalid creature ↵jackpoz
template resistances and spells
2019-06-15Core/Player: Fix teleporting FlyPath dismounting the playerjackpoz
Issue added in 72fc79a9e63d77754699a3da90d81219b2defb0d
2019-06-15Core/Loot: make Loot::AddItem() honor LootItem::AllowedForPlayer() so that ↵Wyrserth
items that cannot be looted don't prevent skinning. (#23408)
2019-06-15Core/Loot: implement automatic pass in group loot for items that cannot be ↵Wyrserth
looted. (#23413)
2019-06-15Core/Spells: don't allow spells with SPELL_EFFECT_CREATE_ITEM_2 to be cast ↵Wyrserth
if there isn't enough space in inventory (#23404) * Core/Spells: don't allow spells with SPELL_EFFECT_CREATE_ITEM_2 to be cast if there isn't enough space in inventory, * Move GetFreeInventorySpace() to a better place, thanks ccrs!
2019-06-15 Core/Entities: fix excessive damage of exotic pets and some creatures (#23403)ForesterDev
* Core/Conditions: implement CONDITION_GAMEMASTER * Core/Entities: fix excessive exotic pet and some creatures damage
2019-06-15Core/Creature: prevent dead creatures from setting a focus target, so they ↵Wyrserth
won't turn when hit by certain spells. (#23367)
2019-06-15Core/CreatureTemplate: Outsourced resistances and spells into creatur… ↵Giacomo Pozzoni
(#23343) * Core/CreatureTemplate: Outsourced resistances and spells into creature_template_spell and creature_template_resistance * Rename 2019_99_99_00_world.sql to 2019_06_15_01_world.sql
2019-06-15 Core/Group: implement automatic party/raid leader change when the leader ↵Wyrserth
has been offline for two minutes (#23398) * Core/Group: implement automatic party/raid leader change when the leader has been offline for two minutes. * Add #23396 to make testing easier. * Prioritize assistants in raids. * Fix dumb mistake and apply suggested change, thanks VincentVanclef and jackpoz!
2019-06-15Core/Loot: fix some issues with master loot and don't allow players to see ↵Wyrserth
soulbound recipes that they already learned in the loot window. (#23410)
2019-06-153.3.5 game event respawn (#23391)Giacomo Pozzoni
* Core/GameEvent: Remove respawn times of Creature and GameObjects when starting/stopping an event * Add checks for pool * Remove the check for pools
2019-06-15Core/Spell: allow Northrend Inscription Research to unlock three recipes the ↵Wyrserth
first time it is cast. (#23401) Also prevent double skill-up because of duplicate UpdateCraftSkill() calls.
2019-06-15TDB 335.19061 - 2019/06/15TDB335.19061TDB Release
2019-06-14DB/Loot: Fix Mighty Protection Potion recipe dropsWyrserth
Closes #23405
2019-06-14DB/Quest: Fix some issues with Alterac Valley-related questsWyrserth
Closes #23402
2019-06-14Core/Misc: Fix static analysis issues reported by Coverity ScanGiacomo Pozzoni
2019-06-14Core/Player: allow AutoStoreLoot to specify if the looted item should be ↵Wyrserth
shown as if created by the player. (#23400)
2019-06-14DB/Quest: AQ40 set quests must be repeatableKillyana
2019-06-14Core/Misc: Fix static analysis issues reported by Coverity ScanGiacomo Pozzoni
2019-06-12Update sqlKeader
2019-06-12Core/Misc: Implemented Icecrown Citadel buff disable (#23394)Keader
Closes #8576 Closes #7940
2019-06-11DB/Creature: Add some equipmentsKillyana
2019-06-09DB/Quest: Protect Kanati GreycloudKillyana
Closes #7501
2019-06-09Scirpts/Commands: Fix crash in ".reload creature_template <entry>"jackpoz
2019-06-09Core/Player: Remove all Motion Masters when teleportingjackpoz
Fix #22859
2019-06-09DB/Quest: The Iron ColossusKillyana
Closes #4974
2019-06-08DB/GameObject: Blastenheimer 5000 Ultra CannonKillyana
Closes #2229
2019-06-07Core/SmartAI: Rename SMART_EVENT_HEALT_PCT to SMART_EVENT_HEALTH_PCTjackpoz
2019-06-07DB: L70ETC event in Grim GuzzlerKillyana
Closes #18919 This will not work until spawns linked to a game events are able to be added to instanced map.
2019-06-07DB/Creature: Hexxer CorpseKillyana
2019-06-07Scripts/Icecrown Citadel: Fixed Heroic Attempts logic (#23379)Keader
2019-06-06DB/Creature: Catlord CorpseKillyana
2019-06-06DB/Creature: Fjord PenguinKillyana
2019-06-06DB/Creature: Netherwing RayKillyana
2019-06-06DB: Add new view vw_log_history to show database logs in a better wayjackpoz
2019-06-06DB/Creature: Akama Event TriggerKillyana
2019-06-06DB/Creature: Brewfest CrowdKillyana
2019-06-06DB/Creature: Ethereal Ring Target Bunny, LightningKillyana
2019-06-06DB/SAI: Howling FjordSorikoff
Closes #23376
2019-06-06DB/SAI: Nerub'arSorikoff
Closes #23374
2019-06-06Loot/Item: fix drop chance for Moonrest Gardens PlansWyrserth
Closes #23372
2019-06-06DB/Gossip: add Death Knight-only gossip text for NPC The Ebon WatcherWyrserth
Closes #23371
2019-06-06DB/SAI: out of combat dialog for NPCs Crusade Engineer Spitzpatrick and ↵Wyrserth
Crusade Architect Silas Closes #23370
2019-06-06DB/Item: Add gold loot to item Chest of SpoilsWyrserth
Closes #23369
2019-06-06Core/Logs: Allow to log startup logs into Database appenderjackpoz