rathena/sql-files/upgrade_svn14796.sql
ai4rei 134989d2f8 * Updated field weapon in table char to default to '0' (bare-handed) rather than '1' (knife) (follow up to r11696).
- Apply upgrade_svn14796.sql to reflect the change on existing setups.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@14796 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-04-16 18:58:26 +00:00

2 lines
78 B
SQL

ALTER TABLE `char` MODIFY `weapon` SMALLINT(6) UNSIGNED NOT NULL DEFAULT '0';