summaryrefslogtreecommitdiff
path: root/hercules/templates/inventory.sql
diff options
context:
space:
mode:
Diffstat (limited to 'hercules/templates/inventory.sql')
-rw-r--r--hercules/templates/inventory.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/hercules/templates/inventory.sql b/hercules/templates/inventory.sql
index 196dc5d..9fabd54 100644
--- a/hercules/templates/inventory.sql
+++ b/hercules/templates/inventory.sql
@@ -1,3 +1,5 @@
+DROP TABLE IF EXISTS `inventory`;
+
CREATE TABLE IF NOT EXISTS `inventory` (
`id` INT(11) UNSIGNED NOT NULL AUTO_INCREMENT,
`char_id` INT(11) UNSIGNED NOT NULL DEFAULT '0',