Partially reverted r13197 to maintain consistency with followup sql update.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13200 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
ultramage 2008-09-08 00:13:18 +00:00
parent 953a0325ae
commit ab77ae1f2b

View File

@ -0,0 +1 @@
ALTER TABLE `char` ADD COLUMN `mer_id` INTEGER UNSIGNED NOT NULL DEFAULT '0' AFTER `homun_id`;