summaryrefslogtreecommitdiff
path: root/sql-files/mob_skill_db_re.sql
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2015-01-22 12:04:07 +0100
committerHaru <haru@dotalux.com>2015-01-22 12:05:10 +0100
commit8f7889b79ce4b189390c33d23b338afb078bef38 (patch)
treeecdf38968b8aa628aae6baa667c678079da50a87 /sql-files/mob_skill_db_re.sql
parente1b9abba3ae76aa7a6c310abdf485cd34ab4057d (diff)
downloadhercules-8f7889b79ce4b189390c33d23b338afb078bef38.tar.gz
hercules-8f7889b79ce4b189390c33d23b338afb078bef38.tar.bz2
hercules-8f7889b79ce4b189390c33d23b338afb078bef38.tar.xz
hercules-8f7889b79ce4b189390c33d23b338afb078bef38.zip
Removed name distinction between (sql) mob/item/mob_skill db and db_re variants
- Since there (currently and in future) is no difference between the table structure for renewal and pre-renewal databases, it makes no sense to have extra code that makes a distinction between their names. A server will always use either one or the other, never both at the same time. - If you have a mob_db_re, mob_skill_db_re and/or item_db_re table, please rename it to mob_db, mob_skill_db and/or item_db_re, respectively. - No upgrade script provided. I'd like to remind everyone that these tables are optional (and deprecated), and they are only offered for convenience for those who need them for web control panels and similar software. Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'sql-files/mob_skill_db_re.sql')
-rw-r--r--sql-files/mob_skill_db_re.sql6
1 files changed, 3 insertions, 3 deletions
diff --git a/sql-files/mob_skill_db_re.sql b/sql-files/mob_skill_db_re.sql
index 8427ff2bd..e51925f80 100644
--- a/sql-files/mob_skill_db_re.sql
+++ b/sql-files/mob_skill_db_re.sql
@@ -1,9 +1,9 @@
--
--- Table structure for table `mob_skill_db_re`
+-- Table structure for table `mob_skill_db`
--
-DROP TABLE IF EXISTS `mob_skill_db_re`;
-CREATE TABLE `mob_skill_db_re` (
+DROP TABLE IF EXISTS `mob_skill_db`;
+CREATE TABLE `mob_skill_db` (
`MOB_ID` SMALLINT(6) NOT NULL,
`INFO` TEXT NOT NULL,
`STATE` TEXT NOT NULL,