This commit is contained in:
parent
5ce1f041a2
commit
d077a1a282
2 changed files with 2 additions and 2 deletions
|
|
@ -45,7 +45,7 @@ namespace Server.Mobiles
|
|||
Fame = 5000;
|
||||
Karma = -5000;
|
||||
|
||||
CraftResource res;
|
||||
CraftResource res = null;
|
||||
|
||||
switch (Utility.Random( 6 ))
|
||||
{
|
||||
|
|
|
|||
|
|
@ -45,7 +45,7 @@ namespace Server.Mobiles
|
|||
Fame = 8000;
|
||||
Karma = -8000;
|
||||
|
||||
CraftResource res;
|
||||
CraftResource res = null;
|
||||
|
||||
switch (Utility.Random(6))
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue