Fixed an issue where saber reflect would not be granted upon speccing it in expertise - fixed a vehicle radial bug

This commit is contained in:
Seefo
2014-04-16 13:27:12 -04:00
parent 416cee922b
commit b0a4204a49
4 changed files with 6 additions and 4 deletions
+3
View File
@@ -88,6 +88,9 @@ public class BuffService implements INetworkDispatch {
}*/
Buff buff = buffMap.get(buffName);
if(buff == null) return false;
if(buff.isGroupBuff()) {
addGroupBuff(buffer, buffName, buffer);
return true;