* chore(Core/Conf): Move DungeonFinder.OptionsMask to rest of lfg stuff
* fix(Script/Spells): Move some DK and Druid to spellscripts
Co-Authored-By: joschiwald <736792+joschiwald@users.noreply.github.com>
* move
Co-Authored-By: joschiwald <736792+joschiwald@users.noreply.github.com>
* more
* Revert "fix(Script/Spells): Move some DK and Druid to spellscripts"
This reverts commit fbb1cbdf4f.
* Revert "Revert "fix(Script/Spells): Move some DK and Druid to spellscripts""
This reverts commit 626bde3369.
* Update spell_dk.cpp
* Revert "Update spell_dk.cpp"
This reverts commit d8eefa6b87.
* Revert "Revert "Revert "fix(Script/Spells): Move some DK and Druid to spellscripts"""
This reverts commit 8ad7857104.
* Revert "Revert "fix(Script/Spells): Move some DK and Druid to spellscripts""
This reverts commit 626bde3369.
* Revert "more"
This reverts commit b1b2f56ac7.
* Revert "move"
This reverts commit 7a4b45b007.
* Revert "fix(Script/Spells): Move some DK and Druid to spellscripts"
This reverts commit fbb1cbdf4f.
---------
Co-authored-by: joschiwald <736792+joschiwald@users.noreply.github.com>
* Adds the `Rate.Drop.Item.GroupAmount` setting to the world config. Causes top-level loot groups to drop multiple items. Does not affect references.
* Don't multiply a group if a quest item gets selected. Avoids strange situations like Arcanist Doan having three hearts.
* Resolve syntax error.
* Fix whitespace
* Fix code style issue
feat (core\log\db): item.dbc and enforcement
dbc enforcement partial pick from tc: 0c44bd33ee
Custom Item for testing by menevia16a (SPP DEV VEIL)
feat (core\log\db): item.dbc and enforcement
Update Item.sql
Update DBCStores.cpp
Update World.cpp
Update ObjectMgr.cpp
further replacement from template to dbc lookup
further logging and implementation
cherry pick tc fd26c3c87c
replace with db lookup
update (sql): Murder all the backticks
line break fixit
fix (item_template): fix incorrect subclass
fix incorrect subclass matching with dbc enforcement
update: log correction for sub class
update log correction for sub class
add subclass to dbc enforcement
add subclass dbc enforcement since it is part of the item.dbc item_dbc
update (log): additional log
Co-authored-by: blub <trinity.michael_vincent@gmx.eu>
Co-authored-by: Shocker <511388+shocker@users.noreply.github.com>
Co-authored-by: Veil <1913466+menevia16a@users.noreply.github.com>
Co-authored-by: Shocker <43253032+shockerqt@users.noreply.github.com>
* feat(Core/Config): Configurable Water Breath Timer
* Config Formatting
Add missing linebreaks
* Use int instead of float for water breath timer
* Correctly get CONFIG_WATER_BREATH as Int instead of Float value
* Move CONFIG_WATER_BREATH_TIMER to WorldInt configs
* More logical WaterBreath configuration