Sync with L2JServer Jan 24th 2015.
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
CREATE TABLE IF NOT EXISTS `character_summons` (
|
||||
`ownerId` int(10) unsigned NOT NULL,
|
||||
`summonId` int(10) unsigned NOT NULL,
|
||||
`summonSkillId` int(10) unsigned NOT NULL,
|
||||
`curHp` int(9) unsigned DEFAULT '0',
|
||||
`curMp` int(9) unsigned DEFAULT '0',
|
||||
|
Reference in New Issue
Block a user