mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-07-02 02:24:21 +00:00
fix: lumber, crop, iron, clay BBCode icons not replaced in forum posts
#409
This commit is contained in:
@@ -58,10 +58,10 @@ $pattern[50] = "/\[tid48\]/";
|
||||
$pattern[51] = "/\[tid49\]/";
|
||||
$pattern[52] = "/\[tid50\]/";
|
||||
$pattern[53] = "/\[hero\]/";
|
||||
$pattern[54] = "/\[l\]/";
|
||||
$pattern[55] = "/\[cl\]/";
|
||||
$pattern[56] = "/\[i\]/";
|
||||
$pattern[57] = "/\[c\]/";
|
||||
$pattern[54] = "/\[lumber\]/";
|
||||
$pattern[55] = "/\[clay\]/";
|
||||
$pattern[56] = "/\[iron\]/";
|
||||
$pattern[57] = "/\[crop\]/";
|
||||
$pattern[58] = "/\*aha\*/";
|
||||
$pattern[59] = "/\*angry\*/";
|
||||
$pattern[60] = "/\*cool\*/";
|
||||
|
||||
Reference in New Issue
Block a user