Changeset 2252

Show
Ignore:
Timestamp:
07/09/08 18:09:12 (3 months ago)
Author:
Julian
Message:

Another bug fix

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/L2_GameServer/java/net/sf/l2j/gameserver/model/L2Object.java

    r2124 r2252  
    292292 
    293293            // Add the L2Object spawn in the _allobjects of L2World 
    294             L2World.getInstance().storeObject(this); 
    295         } 
     294        } 
     295 
     296        L2World.getInstance().storeObject(this); 
    296297 
    297298        // these can synchronize on others instancies, so they're out of