summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2011-08-09 18:01:11 +0000
committerErmal <eri@pfsense.org>2011-08-09 18:01:21 +0000
commitae21b2891401674fdaa2422c6c1e286f39a78a93 (patch)
tree543a479b7515578aebe47de9c6a9ec83b601fcd9 /etc
parenta92276d224c6f6dbbca50094b6bffa286d42b151 (diff)
downloadpfsense-ae21b2891401674fdaa2422c6c1e286f39a78a93.zip
pfsense-ae21b2891401674fdaa2422c6c1e286f39a78a93.tar.gz
Correct world of wordcraft rule description array. Reported-by: http://forum.pfsense.org/index.php/topic,39176.0.html
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/wizardapp.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/wizardapp.inc b/etc/inc/wizardapp.inc
index e310949..f4371ad 100644
--- a/etc/inc/wizardapp.inc
+++ b/etc/inc/wizardapp.inc
@@ -150,7 +150,7 @@ $gamesplist['battlenet'] = array();
$gamesplist['battlenet'][] = array('Battle.NET-2', 'tcp', '1119', '1119', 'both');
$gamesplist['worldofwarcraft'] = array();
- $gamesplist[] = array('WoW', 'tcp', '3724', '3724', 'both');
+ $gamesplist['worldofwarcraft'][] = array('WoW', 'tcp', '3724', '3724', 'both');
$gamesplist['gunzonline'] = array();
/* GunZ Online */
OpenPOWER on IntegriCloud