Explorar el Código

Fame manager bypass fix, thanks _DS_

DrHouse hace 16 años
padre
commit
037ed1f26b

+ 1 - 0
L2_GameServer/java/net/sf/l2j/gameserver/model/actor/instance/L2FameManagerInstance.java

@@ -122,6 +122,7 @@ public class L2FameManagerInstance extends L2NpcInstance
     		}
     		sendHtmlMessage(player, html);
         }
+    	super.onBypassFeedback(player, command);
     }
     
     private void sendHtmlMessage(L2PcInstance player, NpcHtmlMessage html)