Meji
|
ba49dbfdcb
|
Core/Gossip: Drop OptionNpcFlag from gossip_menu_option (#28254)
Co-authored-by: Shauren <shauren.trinity@gmail.com>
|
2022-10-09 22:03:04 +02:00 |
|
Aokromes
|
d39923e4f9
|
Update extractor.bat
|
2022-10-09 21:09:02 +02:00 |
|
Shauren
|
49709e4273
|
Core/Gossip: Remove gossip menu option fallback code, all menus are now required to have options defined instead of trying to get them from menuid = 0
|
2022-10-09 18:43:35 +02:00 |
|
Shauren
|
fcf2c5c803
|
DB/Gossip: Add missing gossip_menu_option for battlemasters that were relying on fallback options (menuid = 0)
|
2022-10-09 18:23:14 +02:00 |
|
Shauren
|
b3dadaf2d0
|
DB/Gossip: Add missing gossip_menu_option for guild masters that were relying on fallback options (menuid = 0)
|
2022-10-09 18:12:16 +02:00 |
|
Shauren
|
2c7eaa8224
|
DB/Gossip: Add missing gossip_menu_option for bankers that were relying on fallback options (menuid = 0)
|
2022-10-09 17:59:20 +02:00 |
|
Shauren
|
1ebd862cee
|
DB/Gossip: Add missing gossip_menu_option for innkeepers that were relying on fallback options (menuid = 0)
|
2022-10-09 16:39:24 +02:00 |
|
Shauren
|
aa7bb5574b
|
DB/Gossip: Add missing gossip_menu_option for trainers that were relying on fallback options (menuid = 0)
* And a bunch of template updates grabbed on the way to them
|
2022-10-09 15:59:58 +02:00 |
|
Shauren
|
c9196a83fa
|
DB/Gossip: Add missing gossip_menu_option for flight masters that were relying on fallback options (menuid = 0)
* And a bunch of template updates grabbed on the way to them
|
2022-10-09 14:09:50 +02:00 |
|
Shauren
|
ff25c457d3
|
DB/Gossip: Add missing gossip_menu_option for alliance vendors that were relying on fallback options (menuid = 0)
|
2022-10-09 13:08:45 +02:00 |
|
Shauren
|
ebb25a45d1
|
DB/Gossip: Add missing gossip_menu_option for horde and neutral vendors that were relying on fallback options (menuid = 0)
|
2022-10-09 01:45:34 +02:00 |
|
Meji
|
ca15e3185d
|
DB/Spawns: add Brewfest spawns for The Stockade
Closes #28338
|
2022-10-08 22:12:45 +02:00 |
|
Shauren
|
c3e1ff90a5
|
Core/Maps: Changed functions checking if map can be entered to use TransferAbortReason directly instead of intermediate Map::EnterState enum
|
2022-10-08 19:11:34 +02:00 |
|
Naddley
|
d1473786ee
|
DB/Spawns: Populate Maw of Souls
Closes #28341
|
2022-10-08 15:55:32 +02:00 |
|
Ovah
|
3be76db592
|
Scripts/DK: Fixed Rime talent (#28333)
|
2022-10-07 20:56:46 +02:00 |
|
Shauren
|
8f6ce64836
|
Core/Misc: Remove function calls through singleton global within the same class
|
2022-10-07 20:16:59 +02:00 |
|
Teleqraph
|
a2a1d29ee9
|
DB/Quests: Added Silverpine Forest questchaining up to Empire of Dirt (27746)
Closes #28302
|
2022-10-07 16:25:50 +02:00 |
|
Gosha
|
423f81fbda
|
Core/Objects: Fix flags overflow for InvisibilityType because TOTAL_INVISIBILITY_TYPES (38) can't fit in 32 bits flag (#28343)
|
2022-10-07 16:08:20 +02:00 |
|
Shauren
|
8c3c07cdf4
|
Core/Maps: Ensure one of InstanceScript::Create or InstanceScript::Load is called on map creation
|
2022-10-06 18:34:42 +02:00 |
|
Shauren
|
9ce47e6809
|
Core/Loot: Prevent looting bosses by players that have already completed that encounter
|
2022-10-06 18:33:44 +02:00 |
|
ModoX
|
dc393e6ca6
|
DB/Spawns: Populate Iron Docks
|
2022-10-05 23:46:55 +02:00 |
|
Meji
|
974ca6a6d9
|
DB/Spawns: Update Brewfest spawns for Orgrimmar
+ update event zone at the doors of Orgrimmar
Closes ##28321
|
2022-10-05 22:57:25 +02:00 |
|
Meji
|
341941f741
|
DB/Spawns: Update Brewfest spawns for Ironforge and Kharanos
+ update spawns for event zone at the doors of Ironforge
Closes #28289
|
2022-10-05 22:55:54 +02:00 |
|
Meji
|
e55069cbe4
|
DB/Quest: Update Brewfest quest POIs
+ update Brewfest gossip data
|
2022-10-05 22:54:07 +02:00 |
|
Shauren
|
5f1a4cf904
|
Core/Loot: Set loot dungeon encounter id before generating
|
2022-10-05 20:04:15 +02:00 |
|
Shauren
|
bdf22f955d
|
Core/Scripts: Fixed worldserver startup with hostwap enabled when ran in terminals that don't pass full path to argv[0]
|
2022-10-05 18:24:37 +02:00 |
|
Naddley
|
4301b8fcc9
|
DB/Spawns: Populate Halls of Valor
Closes #28320
|
2022-10-05 15:09:34 +02:00 |
|
ModoX
|
d0d9634c6e
|
DB/Auth: Fixed update hash in base due to 7676dbe18f change
|
2022-10-04 23:40:18 +02:00 |
|
ModoX
|
0be7096b24
|
Core/Groups: Removed group_instance row deletion of empty groups
* table does no longer exist ref 9b924522d0
Closes #28331
|
2022-10-04 23:37:49 +02:00 |
|
Aokromes
|
7676dbe18f
|
Update 2022_10_03_00_auth.sql
closes #28329
|
2022-10-04 20:57:17 +02:00 |
|
Meji
|
8e2c40514e
|
DB/Spawns Updated some missing Brewfest spawns for Stormwind
Closes #28277
|
2022-10-04 19:41:39 +02:00 |
|
Shauren
|
550d117fd7
|
Core/DataStores: Defined MapDifficulty.db2 flags
|
2022-10-04 00:19:38 +02:00 |
|
Shauren
|
4667db37f3
|
Core/Maps: Implemented MapFlags2::IgnoreInstanceFarmLimit
|
2022-10-04 00:19:38 +02:00 |
|
Shauren
|
f6baed006a
|
Core/DataStores: Defined map.db2 flags
|
2022-10-04 00:19:38 +02:00 |
|
Shauren
|
20357af88e
|
Core/Instances: Add instance reset events at lock expiration
|
2022-10-04 00:19:38 +02:00 |
|
Shauren
|
ca5f7a15b9
|
Core/Instances: Spawn defeated bosses in instances using loot based locks if their preceding bosses are not killed
|
2022-10-04 00:19:38 +02:00 |
|
Shauren
|
5a516fb654
|
Core/Loot: Send DungeonEncounter id in SMSG_ITEM_PUSH_RESULT
|
2022-10-04 00:19:38 +02:00 |
|
Shauren
|
46e0056196
|
Scripts/Instances: Add dungeon encounter data
|
2022-10-04 00:19:38 +02:00 |
|
Shauren
|
ab12e77cf7
|
Core/Commands: Restore instance management commands
|
2022-10-04 00:19:38 +02:00 |
|
Shauren
|
4ce1c6cdf4
|
Core/Instances: Add prepared statements for InstanceLockMgr
|
2022-10-04 00:19:38 +02:00 |
|
Shauren
|
cedf09f93c
|
Core/Instances: Add new config options to control the time when both daily and weekly resets occur (will not be restricted to instances only)
|
2022-10-04 00:19:38 +02:00 |
|
Shauren
|
0be72f68c3
|
Core/Instances: Sprinkle some thread safety on InstanceLockMgr
|
2022-10-04 00:19:38 +02:00 |
|
Shauren
|
4cbaaa3435
|
Core/Instances: Save instance entrance based on completed encounters
|
2022-10-04 00:19:38 +02:00 |
|
Shauren
|
1e99011edf
|
Core/Scenarios: Attempt to restore scenario state from completed encounter info
|
2022-10-04 00:19:38 +02:00 |
|
Shauren
|
461a9c024c
|
Core/Instances: Remove old database statements (WIP)
|
2022-10-04 00:19:38 +02:00 |
|
Shauren
|
ddd0c7b152
|
Core/Instances: Reimplement resetting instances from UI
|
2022-10-04 00:19:38 +02:00 |
|
Shauren
|
76be303351
|
Core/Scripts: Save instance data in JSON format
|
2022-10-04 00:19:38 +02:00 |
|
Shauren
|
9b924522d0
|
Core/Instances: Delete InstanceSaveMgr and replace most of its uses with new InstanceLockMgr
|
2022-10-04 00:19:38 +02:00 |
|
Shauren
|
a131542855
|
Core/Maps: Check group that owns instance (first group to enter a given instance id owns it)
|
2022-10-04 00:19:38 +02:00 |
|
Shauren
|
17665c929c
|
Core/Instances: Instance lock rewrite (WIP)
|
2022-10-04 00:19:38 +02:00 |
|