Assembla home | Assembla project page
 
Show
Ignore:
Timestamp:
07/04/09 18:55:55 (9 months ago)
Author:
TheAnswer
Message:

--

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • core3/trunk/MMOCoreORB/bin/scripts/creatures/main.lua

    r1553 r1586  
    5656 
    5757function Creatures:addCreature(obj, crc) 
    58         -- added to get different creatures with the same crc 
    59         self[obj.speciesName] = obj 
    6058        self[crc] = obj 
    6159end 
     
    130128 
    131129-- Spawns 
    132 RunCreatureFile("spawns.lua") 
     130--RunCreatureFile("spawns.lua")