Ever since the latest patch I have noticed my enchanter 'hanging' while debuffing.
After digging into the issue, It looks to me like it's due to the String.replace[,] function returning NULL when the second parameter is empty:
This has major implications in KISS as it's used all over the place. Could someone confirm that i'm not going crazy and they are seeing the same?
After digging into the issue, It looks to me like it's due to the String.replace[,] function returning NULL when the second parameter is empty:
Rich (BB code):
Sub Main
/declare TestVar string outer
/varset TestVar HelloWorld
/echo ${TestVar.Replace[Hello,]}
| This is echoing NULL when you would expect it to echo World
/return
This has major implications in KISS as it's used all over the place. Could someone confirm that i'm not going crazy and they are seeing the same?

