mirror of
				https://bitbucket.org/Ioncannon/project-meteor-server.git
				synced 2025-05-20 08:26:59 -04:00 
			
		
		
		
	broken attempt at opening quest director combat
This commit is contained in:
		| @@ -3,9 +3,9 @@ require ("global") | ||||
| require ("ally") | ||||
|  | ||||
| function onSpawn(ally) | ||||
|     ally.isAutoAttackEnabled = false; | ||||
| end; | ||||
|     ally.isAutoAttackEnabled = false | ||||
| end | ||||
|  | ||||
| function onCombatTick(ally, target, tick, contentGroupCharas)	 | ||||
|     allyGlobal.onCombatTick(ally, target, tick, contentGroupCharas); | ||||
| end; | ||||
|     allyGlobal.onCombatTick(ally, target, tick, contentGroupCharas) | ||||
| end | ||||
		Reference in New Issue
	
	Block a user