From 5ab87d86bb158110fc7b32d9e1cd9ff39ace37cf Mon Sep 17 00:00:00 2001 From: skotlex Date: Thu, 10 Aug 2006 14:25:32 +0000 Subject: - Fixed two instances in the login-sql server where the ip in the log-login table was being stored backwards. - Now when a skill's range is 0 and the skill is NOT casted on self, it will take the basic weapon's range (without Vulture/Snake Eye bonus). - Now when a duration is not specified, sc_start/sc_start2/sc_start4 will try to guess the duration by extracting it from the skill_db (it uses skill_get_time on whatever skill is associated to the status-change using val1 as skill-level) - Corrected that extra comma at the end of the Kaensin layout setup. - Some cleanups on trade_tradeaccept to prevent packets being resent when they shouldn't. - Corrected that ALLOW NULL thingie on main.sql git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8229 54d463be-8e91-2dee-dedb-b68131a5f0ec --- sql-files/main.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sql-files/main.sql') diff --git a/sql-files/main.sql b/sql-files/main.sql index 4d9b13869..ecf8fd01b 100644 --- a/sql-files/main.sql +++ b/sql-files/main.sql @@ -153,7 +153,7 @@ CREATE TABLE `guild` ( `mes2` varchar(120) NOT NULL default '', `emblem_len` int(11) unsigned NOT NULL default '0', `emblem_id` int(11) unsigned NOT NULL default '0', - `emblem_data` blob NULL default NULL, + `emblem_data` blob, PRIMARY KEY (`guild_id`,`char_id`), UNIQUE KEY `guild_id` (`guild_id`), KEY `char_id` (`char_id`), -- cgit v1.2.3-70-g09d2