
- 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
3 lines
154 B
SQL
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';
|