I checked allmost every Rev and why there isnt no Banned_phrases.sql file??
And i Try to run a server it says error missing Banned_phrases blah blah blah...
Will sql updates replace the whole file of banned_phrases.sql?
I checked allmost every Rev and why there isnt no Banned_phrases.sql file??
And i Try to run a server it says error missing Banned_phrases blah blah blah...
Will sql updates replace the whole file of banned_phrases.sql?
execute all sql update from Ncdb
You see they where not contain Sql updates, they only Contain Tool.bat,world tables and stuff.
banned_phrases isn't really that necessary.
But here it is if you REALLY want it :P
Code:DROP TABLE IF EXISTS `banned_phrases`; CREATE TABLE `banned_phrases` ( `phrase` varchar(250) collate utf8_unicode_ci NOT NULL, PRIMARY KEY (`phrase`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
Download the "sql updates" zip file from the folowing topic;
http://forum.ragezone.com/f114/ascen...6-07-a-324372/