This website requires JavaScript.
Explore
Help
Register
Sign In
josh
/
TCPlayerbotCore
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
2ae7ea5ddeb2d4a4b89823c2f44ee063a353efeb
TCPlayerbotCore
/
sql
/
old
/
3.3.2
/
07417_characters_channels.sql
T
1 line
88 B
SQL
Raw
Normal View
History
Unescape
Escape
Through DB you can now disable password changing by non-gm's simply by changing m_public to 0. Make channels public by default.
2010-02-23 21:09:55 -06:00
ALTER
TABLE
channels
ADD
COLUMN
m_public
tinyint
(
1
)
NOT
NULL
DEFAULT
1
AFTER
m_moderate
;
Reference in New Issue
Copy Permalink