Compare commits

...

12 Commits

Author SHA1 Message Date
Lemongrass3110
91fef8df97 Trimmed trailing whitespaces in /src/map 2016-09-05 19:36:12 +02:00
Lemongrass3110
aad72b5724 Trimmed trailing whitespaces in /src/login 2016-09-05 19:36:01 +02:00
Lemongrass3110
cc9d08538a Trimmed trailing whitespaces in /src/common 2016-09-05 19:35:51 +02:00
Lemongrass3110
366aeeaafe Trimmed trailing whitespaces in /src/char 2016-09-05 19:35:40 +02:00
Lemongrass3110
47ea636709 Trimmed trailing whitespaces in /sql-files 2016-09-05 19:35:21 +02:00
Lemongrass3110
0e4e95b9a5 Trimmed trailing whitespaces in /npc 2016-09-05 19:35:08 +02:00
Lemongrass3110
72d85aa44d Trimmed trailing whitespaces in /npc/re 2016-09-05 19:34:52 +02:00
Lemongrass3110
e83c320a50 Trimmed trailing whitespaces in /npc/pre-re 2016-09-05 19:34:39 +02:00
Lemongrass3110
c08525a20e Trimmed trailing whitespaces in /doc 2016-09-05 19:34:03 +02:00
Lemongrass3110
9e8fa08473 Trimmed trailing whitespaces in /db 2016-09-05 19:33:35 +02:00
Lemongrass3110
0b37d79878 Trimmed trailing whitespaces in /conf 2016-09-05 19:32:27 +02:00
Lemongrass3110
2c58017c4e Added missing empty newlines
Also fixed the newlines in logs.sql
2016-09-05 19:25:53 +02:00
681 changed files with 5942 additions and 5931 deletions

View File

@ -51,7 +51,11 @@ CREATE TABLE IF NOT EXISTS `cashlog` (
-- Table structure for table `chatlog` -- Table structure for table `chatlog`
-- --
# ChatLog types # ChatLog types
# Gl(O)bal # (W)hisper # (P)arty # (G)uild # (M)ain chat # Gl(O)bal
# (W)hisper
# (P)arty
# (G)uild
# (M)ain chat
CREATE TABLE IF NOT EXISTS `chatlog` ( CREATE TABLE IF NOT EXISTS `chatlog` (
`id` bigint(20) NOT NULL auto_increment, `id` bigint(20) NOT NULL auto_increment,
@ -199,8 +203,15 @@ CREATE TABLE IF NOT EXISTS `picklog` (
-- Table structure for table `zenylog` -- Table structure for table `zenylog`
-- --
# ZenyLog types # ZenyLog types
# (M)onsters # (T)rade # (V)ending Sell/Buy # (S)hop Sell/Buy # (N)PC Change amount # (M)onsters
# (A)dministrators # (E)Mail # (B)uying Store # Ban(K) Transactions # (T)rade
# (V)ending Sell/Buy
# (S)hop Sell/Buy
# (N)PC Change amount
# (A)dministrators
# (E)Mail
# (B)uying Store
# Ban(K) Transactions
CREATE TABLE IF NOT EXISTS `zenylog` ( CREATE TABLE IF NOT EXISTS `zenylog` (
`id` int(11) NOT NULL auto_increment, `id` int(11) NOT NULL auto_increment,