aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-10-10DB/Misc: Removed OptionNPCFlag from recent commit due to change in ↵ModoX
ba49dbfdcbbbee4d6be39284c6924bf56d7f6586
2022-10-10Scripts/Silverpine: Implemented Waiting to Exsanguinate (questId 27045) (#28275)Teleqraph
2022-10-09Core/Spells: Take SummonProperties into account for SPELL_EFFECT_SUMMONs ↵ModoX
with default SummonTitle (#28345)
2022-10-09Core/Gossip: Drop OptionNpcFlag from gossip_menu_option (#28254)Meji
Co-authored-by: Shauren <shauren.trinity@gmail.com>
2022-10-09Update extractor.batAokromes
2022-10-09Core/Gossip: Remove gossip menu option fallback code, all menus are now ↵Shauren
required to have options defined instead of trying to get them from menuid = 0
2022-10-09DB/Gossip: Add missing gossip_menu_option for battlemasters that were ↵Shauren
relying on fallback options (menuid = 0)
2022-10-09DB/Gossip: Add missing gossip_menu_option for guild masters that were ↵Shauren
relying on fallback options (menuid = 0)
2022-10-09DB/Gossip: Add missing gossip_menu_option for bankers that were relying on ↵Shauren
fallback options (menuid = 0)
2022-10-09DB/Gossip: Add missing gossip_menu_option for innkeepers that were relying ↵Shauren
on fallback options (menuid = 0)
2022-10-09DB/Gossip: Add missing gossip_menu_option for trainers that were relying on ↵Shauren
fallback options (menuid = 0) * And a bunch of template updates grabbed on the way to them
2022-10-09DB/Gossip: Add missing gossip_menu_option for flight masters that were ↵Shauren
relying on fallback options (menuid = 0) * And a bunch of template updates grabbed on the way to them
2022-10-09DB/Gossip: Add missing gossip_menu_option for alliance vendors that were ↵Shauren
relying on fallback options (menuid = 0)
2022-10-09DB/Gossip: Add missing gossip_menu_option for horde and neutral vendors that ↵Shauren
were relying on fallback options (menuid = 0)
2022-10-08DB/Spawns: add Brewfest spawns for The StockadeMeji
Closes #28338
2022-10-08Core/Maps: Changed functions checking if map can be entered to use ↵Shauren
TransferAbortReason directly instead of intermediate Map::EnterState enum
2022-10-08DB/Spawns: Populate Maw of SoulsNaddley
Closes #28341
2022-10-07Scripts/DK: Fixed Rime talent (#28333)Ovah
2022-10-07Core/Misc: Remove function calls through singleton global within the same classShauren
2022-10-07DB/Quests: Added Silverpine Forest questchaining up to Empire of Dirt (27746)Teleqraph
Closes #28302
2022-10-07Core/Objects: Fix flags overflow for InvisibilityType because ↵Gosha
TOTAL_INVISIBILITY_TYPES (38) can't fit in 32 bits flag (#28343)
2022-10-06Core/Maps: Ensure one of InstanceScript::Create or InstanceScript::Load is ↵Shauren
called on map creation
2022-10-06Core/Loot: Prevent looting bosses by players that have already completed ↵Shauren
that encounter
2022-10-05DB/Spawns: Populate Iron DocksModoX
2022-10-05DB/Spawns: Update Brewfest spawns for OrgrimmarMeji
+ update event zone at the doors of Orgrimmar Closes ##28321
2022-10-05DB/Spawns: Update Brewfest spawns for Ironforge and KharanosMeji
+ update spawns for event zone at the doors of Ironforge Closes #28289
2022-10-05DB/Quest: Update Brewfest quest POIsMeji
+ update Brewfest gossip data
2022-10-05Core/Loot: Set loot dungeon encounter id before generatingShauren
2022-10-05Core/Scripts: Fixed worldserver startup with hostwap enabled when ran in ↵Shauren
terminals that don't pass full path to argv[0]
2022-10-05DB/Spawns: Populate Halls of ValorNaddley
Closes #28320
2022-10-04DB/Auth: Fixed update hash in base due to ↵ModoX
7676dbe18faaf5423dd9280c49e309ffad4693ab change
2022-10-04Core/Groups: Removed group_instance row deletion of empty groupsModoX
* table does no longer exist ref 9b924522d0549dd67b10e2cbdfc20297dd21e182 Closes #28331
2022-10-04Update 2022_10_03_00_auth.sqlAokromes
closes #28329
2022-10-04DB/Spawns Updated some missing Brewfest spawns for StormwindMeji
Closes #28277
2022-10-04Core/DataStores: Defined MapDifficulty.db2 flagsShauren
2022-10-04Core/Maps: Implemented MapFlags2::IgnoreInstanceFarmLimitShauren
2022-10-04Core/DataStores: Defined map.db2 flagsShauren
2022-10-04Core/Instances: Add instance reset events at lock expirationShauren
2022-10-04Core/Instances: Spawn defeated bosses in instances using loot based locks if ↵Shauren
their preceding bosses are not killed
2022-10-04Core/Loot: Send DungeonEncounter id in SMSG_ITEM_PUSH_RESULTShauren
2022-10-04Scripts/Instances: Add dungeon encounter dataShauren
2022-10-04Core/Commands: Restore instance management commandsShauren
2022-10-04Core/Instances: Add prepared statements for InstanceLockMgrShauren
2022-10-04Core/Instances: Add new config options to control the time when both daily ↵Shauren
and weekly resets occur (will not be restricted to instances only)
2022-10-04Core/Instances: Sprinkle some thread safety on InstanceLockMgrShauren
2022-10-04Core/Instances: Save instance entrance based on completed encountersShauren
2022-10-04Core/Scenarios: Attempt to restore scenario state from completed encounter infoShauren
2022-10-04Core/Instances: Remove old database statements (WIP)Shauren
2022-10-04Core/Instances: Reimplement resetting instances from UIShauren
2022-10-04Core/Scripts: Save instance data in JSON formatShauren