diff --git a/L2J_DataPack_BETA/dist/sql/game/character_norestart_zone_time.sql b/L2J_DataPack_BETA/dist/sql/game/character_norestart_zone_time.sql
deleted file mode 100644
index ec54085c054fa3e240e8a20de135f892537abe0e..0000000000000000000000000000000000000000
--- a/L2J_DataPack_BETA/dist/sql/game/character_norestart_zone_time.sql
+++ /dev/null
@@ -1,5 +0,0 @@
-CREATE TABLE IF NOT EXISTS `character_norestart_zone_time` (
-  `charId` int(10) unsigned NOT NULL DEFAULT '0',
-  `time_limit` bigint(13) unsigned NOT NULL DEFAULT '0',
-  PRIMARY KEY  (`charId`)
-) ENGINE=InnoDB DEFAULT CHARSET=utf8;
\ No newline at end of file
diff --git a/L2J_DataPack_BETA/dist/sql/game/updates/20131221update.sql b/L2J_DataPack_BETA/dist/sql/game/updates/20131221update.sql
new file mode 100644
index 0000000000000000000000000000000000000000..7cc1fdbfe11b7306aed5eb856b45c3dc35fe5739
--- /dev/null
+++ b/L2J_DataPack_BETA/dist/sql/game/updates/20131221update.sql
@@ -0,0 +1 @@
+DROP TABLE IF EXISTS `character_norestart_zone_time`;
\ No newline at end of file