[8070] Restore spell casting loot items and recipes.
commita734c7f5adae7cd0c6d0db8625ea7526893da152
authorVladimirMangos <vladimir@getmangos.com>
Mon, 22 Jun 2009 23:32:08 +0000 (23 03:32 +0400)
committerVladimirMangos <vladimir@getmangos.com>
Mon, 22 Jun 2009 23:46:27 +0000 (23 03:46 +0400)
tree1724af508d69b3e502eeeddabde172b93b66f6b3
parentdc824faadd5436f226a3c67a8b54063aa23b43ab
[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`
src/game/LootMgr.cpp
src/game/SharedDefines.h
src/game/Spell.cpp
src/game/Spell.h
src/game/SpellEffects.cpp
src/game/SpellMgr.cpp
src/game/SpellMgr.h
src/shared/revision_nr.h