summaryrefslogtreecommitdiff
path: root/sql-files/logs.sql
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-03-08 16:27:06 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-03-08 16:27:06 +0000
commit47b0d1c5c22714622a528d1de0d7ab8bcc5dfec7 (patch)
treee463a431c75658b40c6a0c518b10028526e23ce6 /sql-files/logs.sql
parentdff76e1a9840fe00a6c738d89de5d1074eae858a (diff)
downloadhercules-47b0d1c5c22714622a528d1de0d7ab8bcc5dfec7.tar.gz
hercules-47b0d1c5c22714622a528d1de0d7ab8bcc5dfec7.tar.bz2
hercules-47b0d1c5c22714622a528d1de0d7ab8bcc5dfec7.tar.xz
hercules-47b0d1c5c22714622a528d1de0d7ab8bcc5dfec7.zip
- Normalized the mapname in guild get/set castle data, should fix guild flags.
- Added log options 0x800/0x1000 to log storage moves ('R') and guild storage moves ('G') - Added upgrade_svn9976.sql to include 'R'/'G' on the picklog type column set. - Updated the logs_athena description to include the letter of each type (512 - M, 32 - N, etc) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9976 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'sql-files/logs.sql')
-rw-r--r--sql-files/logs.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql-files/logs.sql b/sql-files/logs.sql
index 597e9e0ed..aa0ead7d8 100644
--- a/sql-files/logs.sql
+++ b/sql-files/logs.sql
@@ -8,7 +8,7 @@ CREATE TABLE `picklog` (
`id` int(11) NOT NULL auto_increment,
`time` datetime NOT NULL default '0000-00-00 00:00:00',
`char_id` int(11) NOT NULL default '0',
- `type` set('M','P','L','T','V','S','N','C','A') NOT NULL default 'P',
+ `type` set('M','P','L','T','V','S','N','C','A','R','G') NOT NULL default 'P',
`nameid` int(11) NOT NULL default '0',
`amount` int(11) NOT NULL default '1',
`refine` tinyint(3) unsigned NOT NULL default '0',