This commit is contained in:
mark 2009-06-21 07:07:44 +00:00
parent 5ce1f041a2
commit d077a1a282
2 changed files with 2 additions and 2 deletions

View file

@ -45,7 +45,7 @@ namespace Server.Mobiles
Fame = 5000;
Karma = -5000;
CraftResource res;
CraftResource res = null;
switch (Utility.Random( 6 ))
{

View file

@ -45,7 +45,7 @@ namespace Server.Mobiles
Fame = 8000;
Karma = -8000;
CraftResource res;
CraftResource res = null;
switch (Utility.Random(6))
{