mirror of
https://github.com/mangosfour/server.git
synced 2025-12-16 13:37:00 +00:00
[9632] Restore load/save known titles.
Signed-off-by: hunuza <hunuza@gmail.com>
This commit is contained in:
parent
7b180e5fa8
commit
1d0218bf7b
9 changed files with 47 additions and 11 deletions
|
|
@ -25,7 +25,7 @@
|
|||
#include "SharedDefines.h"
|
||||
#include "SpellMgr.h"
|
||||
|
||||
static eConfigFLoatValues const qualityToRate[MAX_ITEM_QUALITY] = {
|
||||
static eConfigFloatValues const qualityToRate[MAX_ITEM_QUALITY] = {
|
||||
CONFIG_FLOAT_RATE_DROP_ITEM_POOR, // ITEM_QUALITY_POOR
|
||||
CONFIG_FLOAT_RATE_DROP_ITEM_NORMAL, // ITEM_QUALITY_NORMAL
|
||||
CONFIG_FLOAT_RATE_DROP_ITEM_UNCOMMON, // ITEM_QUALITY_UNCOMMON
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue