Ver Fonte

Forgot to merge the changes into the main file again.
And also forgot to restore the default values before commiting. It is getting late here. -_-

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@17195 54d463be-8e91-2dee-dedb-b68131a5f0ec

lemongrass3110 há 12 anos atrás
pai
commit
dfa3bdbe17
2 ficheiros alterados com 2 adições e 1 exclusões
  1. 1 1
      conf/char_athena.conf
  2. 1 0
      sql-files/main.sql

+ 1 - 1
conf/char_athena.conf

@@ -192,7 +192,7 @@ char_move_enabled: yes
 // Allow users to move a character to a used slot?
 // If enabled the characters are exchanged.
 // Default: yes
-char_movetoused: no
+char_movetoused: yes
 
 // Allow users to move characters as often as they like?
 char_moves_unlimited: no

+ 1 - 0
sql-files/main.sql

@@ -106,6 +106,7 @@ CREATE TABLE IF NOT EXISTS `char` (
   `fame` int(11) unsigned NOT NULL default '0',
   `rename` SMALLINT(3) unsigned NOT NULL default '0',
   `delete_date` INT(11) UNSIGNED NOT NULL DEFAULT '0',
+  `moves` int(11) unsigned NOT NULL DEFAULT '0',
   PRIMARY KEY  (`char_id`),
   UNIQUE KEY `name_key` (`name`),
   KEY `account_id` (`account_id`),