UOGamers Community

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

  • To obtain new Razor updates, please reinstall Razor from our new website.

[COMPLETE] Fire Beetle Fix

Status
Not open for further replies.

Nikki_Demise

Bug Hunter
Re: Fire Beetle Fix

fixed

Code:
--- /Items/Resources/Blacksmithing/Ore.cs    Wed May 13 15:37:13 2009
+++ /Items/Resources/Blacksmithing/Ore.cs    Sat May 30 21:04:45 2009
@@ -154,6 +154,9 @@
 
             private bool IsForge( object obj )
             {
+                if ( Core.ML && obj is Mobile && ((Mobile)obj).IsDeadBondedPet )
+                    return false;
+
                 if ( obj.GetType().IsDefined( typeof( ForgeAttribute ), false ) )
                     return true;
 

Attachments

  • FireBeetles.zip
    390 bytes · Views: 1
Status
Not open for further replies.
Top