rathena/sql-files/upgrade_svn7580.sql
skotlex 5251ce7944 - 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://svn.code.sf.net/p/rathena/svn/trunk@7580 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-08 17:13:39 +00:00

3 lines
154 B
SQL

ALTER TABLE `char` MODIFY `party_id` int(11) unsigned NOT NULL default '0';
ALTER TABLE `char` MODIFY `guild_id` int(11) unsigned NOT NULL default '0';