diff options
author | megamage <none@none> | 2009-06-27 17:39:51 -0500 |
---|---|---|
committer | megamage <none@none> | 2009-06-27 17:39:51 -0500 |
commit | d9ec2d21969f19f0e97fe1c490fae7c0b495bfc9 (patch) | |
tree | 8e50fe975eb2813d6f160469af5e4a6dff101a6d /src/game/LootMgr.cpp | |
parent | 02a5c2fcc6ae1d0391ea782429574fb91c763746 (diff) |
[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
Diffstat (limited to 'src/game/LootMgr.cpp')
-rw-r--r-- | src/game/LootMgr.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/LootMgr.cpp b/src/game/LootMgr.cpp index adba36fd301..0490d133bf2 100644 --- a/src/game/LootMgr.cpp +++ b/src/game/LootMgr.cpp @@ -1327,7 +1327,7 @@ void LoadLootTemplates_Spell() // ignore 61756 (Northrend Inscription Research (FAST QA VERSION) for example if (!(spellInfo->Attributes & SPELL_ATTR_NOT_SHAPESHIFT) || (spellInfo->Attributes & SPELL_ATTR_UNK5)) { - LootTemplates_Spell.ReportNotExistedId(spell_id); + LootTemplates_Spell.ReportNotExistedId(spell_id); } } else |