Parcourir la source

- Follow up to r15084.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15841 54d463be-8e91-2dee-dedb-b68131a5f0ec
brianluau il y a 13 ans
Parent
commit
7629e2a292
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      sql-files/upgrade_svn15818_log.sql

+ 1 - 1
sql-files/upgrade_svn15818_log.sql

@@ -1,3 +1,3 @@
--- Adds 'I' to `type` in `picklog` and `zenylog`
+-- Adds 'I' to `type` in `zenylog`
 
 ALTER TABLE `zenylog` MODIFY `type` ENUM('M','T','V','S','N','A','E','B','I') NOT NULL DEFAULT 'S';