mirror of
https://github.com/mangosfour/server.git
synced 2025-12-24 01:37:02 +00:00
[8070] Restore spell casting loot items and recipes.
* SPELL_EFFECT_OPEN_LOCK_ITEM (59) effect removed in 3.1.3 * It replaced by SPELL_EFFECT_CREATE_RANDOM_ITEM (59), random item without template replace spells like clam loot spells) Used by spells that use before SPELL_EFFECT_CREATE_ITEM_2 (157) with itemtype==0 Note: required DB support in `spell_loot_termplate`
This commit is contained in:
parent
e455ee7da7
commit
7175007aba
8 changed files with 33 additions and 30 deletions
|
|
@ -579,7 +579,7 @@ enum SpellEffects
|
|||
SPELL_EFFECT_SUMMON_PET = 56,
|
||||
SPELL_EFFECT_LEARN_PET_SPELL = 57,
|
||||
SPELL_EFFECT_WEAPON_DAMAGE = 58,
|
||||
SPELL_EFFECT_OPEN_LOCK_ITEM = 59,
|
||||
SPELL_EFFECT_CREATE_RANDOM_ITEM = 59,
|
||||
SPELL_EFFECT_PROFICIENCY = 60,
|
||||
SPELL_EFFECT_SEND_EVENT = 61,
|
||||
SPELL_EFFECT_POWER_BURN = 62,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue