sql change

git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@1255 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
amber 2005-03-20 06:25:51 +00:00
parent b6a7ff69d9
commit 38bad1c170
4 changed files with 2497 additions and 2489 deletions

View File

@ -1,5 +1,8 @@
Date Added
03/10
* Added a sql upgrader to handle the mob_db changes to assist
in migrating to the newer SVN servers [MouseJstr]
03/19
* Added getrefine() for 3/15's card patch -- returns the refined number
of the current item [celest]

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -5,3 +5,8 @@ ALTER TABLE `mob_db2` Add column `DropCardper` mediumint(9) NOT NULL default '0'
ALTER TABLE `mob_db2` Drop column `Item1`;
ALTER TABLE `mob_db2` Drop column `Item2`;
ALTER TABLE `mob_db2` Change column `Drop7d` `Drop7id` mediumint(9) NOT NULL default '0';
ALTER TABLE `mob_db` Add column `Drop9id` mediumint(9) NOT NULL default '0';
ALTER TABLE `mob_db` Add column `Drop9per` mediumint(9) NOT NULL default '0';
ALTER TABLE `mob_db` Add column `DropCardid` mediumint(9) NOT NULL default '0';
ALTER TABLE `mob_db` Add column `DropCardper` mediumint(9) NOT NULL default '0';