Compare commits
12 Commits
master
...
cleanup/wh
Author | SHA1 | Date | |
---|---|---|---|
![]() |
91fef8df97 | ||
![]() |
aad72b5724 | ||
![]() |
cc9d08538a | ||
![]() |
366aeeaafe | ||
![]() |
47ea636709 | ||
![]() |
0e4e95b9a5 | ||
![]() |
72d85aa44d | ||
![]() |
e83c320a50 | ||
![]() |
c08525a20e | ||
![]() |
9e8fa08473 | ||
![]() |
0b37d79878 | ||
![]() |
2c58017c4e |
@ -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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user