Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/relay/charpane.ash
Original file line number Diff line number Diff line change
Expand Up @@ -866,6 +866,7 @@ buff parseBuff(string source) {
string effectAlias = myBuff.effectName;
// temp(?) fix for %birdname%
columnArrow = columnArrow.replace_string("%birdname%", "bird");
columnArrow = columnArrow.replace_string(" %n ", " ");
// Add MP or item cost to increase effect
matcher howUp = create_matcher("cmd\\=((cast 1 )?(.+?))&pwd", url_decode(columnArrow));
if(howUp.find()) {
Expand Down