[Help]5165 - Why does silver get automatically added in my inventory

03/12/2013 16:18 xScylez#1
Title says it all..
Here is the snippet from Mob.cs

I can't really see where it makes it add it automatically :O
03/12/2013 20:42 .Kinshi#2
Code:
                    if(Char != null)
                    if (Char.VipLevel >= 3)
                    {
                        Char.Silvers += DI2.Silvers;
                        return;
                    }
03/12/2013 23:41 xScylez#3
I already fixed it. Thanks anyway! :-)