From 0dd04147a2d395e4c66469737d6030513caf423d Mon Sep 17 00:00:00 2001
From: Nos <NosBit@users.noreply.github.com>
Date: Fri, 20 Dec 2013 23:59:24 +0000
Subject: [PATCH] BETA: DP-Part for [L6319]

---
 .../dist/sql/game/character_norestart_zone_time.sql          | 5 -----
 L2J_DataPack_BETA/dist/sql/game/updates/20131221update.sql   | 1 +
 2 files changed, 1 insertion(+), 5 deletions(-)
 delete mode 100644 L2J_DataPack_BETA/dist/sql/game/character_norestart_zone_time.sql
 create mode 100644 L2J_DataPack_BETA/dist/sql/game/updates/20131221update.sql

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 ec54085c05..0000000000
--- 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 0000000000..7cc1fdbfe1
--- /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
-- 
GitLab