Overwrite
Complete Overwrite of the Folder with the free shard. ServUO 57.3 has been added.
This commit is contained in:
17
Scripts/Items/Equipment/Weapons/RandomWand.cs
Normal file
17
Scripts/Items/Equipment/Weapons/RandomWand.cs
Normal file
@@ -0,0 +1,17 @@
|
||||
using System;
|
||||
|
||||
namespace Server.Items
|
||||
{
|
||||
public class RandomWand
|
||||
{
|
||||
public static BaseWand CreateWand()
|
||||
{
|
||||
return CreateRandomWand();
|
||||
}
|
||||
|
||||
public static BaseWand CreateRandomWand()
|
||||
{
|
||||
return Loot.RandomWand();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user