summaryrefslogtreecommitdiff
path: root/sql-files/mob_skill_db2.sql
diff options
context:
space:
mode:
authorbrianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-02-24 22:58:01 +0000
committerbrianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-02-24 22:58:01 +0000
commit16f52f1e0353529f3c6725cbc9d4dd20d8374b36 (patch)
tree0af2187ebdfcf71f4d3a9f9439f0ea3ab5ba16b6 /sql-files/mob_skill_db2.sql
parent98b876139a91fd1b44719c3f1d21c754096a1377 (diff)
downloadhercules-16f52f1e0353529f3c6725cbc9d4dd20d8374b36.tar.gz
hercules-16f52f1e0353529f3c6725cbc9d4dd20d8374b36.tar.bz2
hercules-16f52f1e0353529f3c6725cbc9d4dd20d8374b36.tar.xz
hercules-16f52f1e0353529f3c6725cbc9d4dd20d8374b36.zip
- Clarified the comment about spaces in 'server_name' config. (bugreport:2656)
- Grouped all the log file/table settings together, follow up to r15253 (ea:15042). - Added "DROP TABLE" statements to the mob_skill_db SQL files. (bugreport:5284) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15629 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'sql-files/mob_skill_db2.sql')
-rw-r--r--sql-files/mob_skill_db2.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql-files/mob_skill_db2.sql b/sql-files/mob_skill_db2.sql
index 70680eb06..b44ad3225 100644
--- a/sql-files/mob_skill_db2.sql
+++ b/sql-files/mob_skill_db2.sql
@@ -2,6 +2,7 @@
# Table structure for table `mob_skill_db2`
#
+DROP TABLE IF EXISTS `mob_skill_db2`;
CREATE TABLE IF NOT EXISTS `mob_skill_db2` (
`MOB_ID` smallint(6) NOT NULL,
`INFO` text NOT NULL,