mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 10:26:28 +01:00
[8072] First step to get rid of data blob.
Adds new fields gender, level, xp, money, playerBytes, playerBytes2 and playerFlags to characters table.
The update will not work if your database contains characters with an old data field (not fitting to the actual client version).
It's recommended to backup your character database before applying this patch.
--HG--
branch : trunk
This commit is contained in:
@@ -2860,6 +2860,7 @@ void Spell::EffectCreateItem2(uint32 i)
|
||||
Player* player = (Player*)m_caster;
|
||||
|
||||
uint32 item_id = m_spellInfo->EffectItemType[i];
|
||||
|
||||
DoCreateItem(i, item_id);
|
||||
|
||||
// special case: fake item replaced by generate using spell_loot_template
|
||||
|
||||
Reference in New Issue
Block a user