From 01a1daae3343e0c993de83e7c38fab6a7f5bf5d4 Mon Sep 17 00:00:00 2001 From: skotlex Date: Sat, 8 Jul 2006 17:13:39 +0000 Subject: - Fixed the char table having party/guild_id as smallint when they need int there. Thanks to hermematon for pointing it out (use svn_ugprade7580.sql) - Applied k3dt fixes to pet-hatching, ice-wall check, and wedding skills. - Fixed endow skills calling the skill no damage packet twice. - Fixed a crash on warpwaitingpc when the chat-room is empty. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7580 54d463be-8e91-2dee-dedb-b68131a5f0ec --- sql-files/main.sql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sql-files/main.sql') diff --git a/sql-files/main.sql b/sql-files/main.sql index d6dfabf5f..8272499d9 100644 --- a/sql-files/main.sql +++ b/sql-files/main.sql @@ -54,8 +54,8 @@ CREATE TABLE `char` ( `option` int(11) NOT NULL default '0', `karma` tinyint(3) NOT NULL default '0', `manner` tinyint(3) NOT NULL default '0', - `party_id` smallint(11) unsigned NOT NULL default '0', - `guild_id` smallint(11) unsigned NOT NULL default '0', + `party_id` int(11) unsigned NOT NULL default '0', + `guild_id` int(11) unsigned NOT NULL default '0', `pet_id` int(11) unsigned NOT NULL default '0', `hair` tinyint(4) unsigned NOT NULL default '0', `hair_color` smallint(5) unsigned NOT NULL default '0', -- cgit v1.2.3-60-g2f50