diff options
Diffstat (limited to 'hercules/templates/skill.sql')
-rw-r--r-- | hercules/templates/skill.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hercules/templates/skill.sql b/hercules/templates/skill.sql index d4a93df..2ee3002 100644 --- a/hercules/templates/skill.sql +++ b/hercules/templates/skill.sql @@ -1,3 +1,5 @@ +DROP TABLE IF EXISTS `skill`; + CREATE TABLE IF NOT EXISTS `skill` ( `char_id` INT(11) UNSIGNED NOT NULL DEFAULT '0', `id` SMALLINT(11) UNSIGNED NOT NULL DEFAULT '0', |