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/Level1.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/Level1.cpp')
-rw-r--r-- | src/game/Level1.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/game/Level1.cpp b/src/game/Level1.cpp index 9ec47381f61..7477801dff7 100644 --- a/src/game/Level1.cpp +++ b/src/game/Level1.cpp @@ -1472,7 +1472,6 @@ bool ChatHandler::HandleModifyTalentCommand (const char* args) return false; Unit* target = getSelectedUnit(); - if(!target) { SendSysMessage(LANG_NO_CHAR_SELECTED); |