Skip to content
Snippets Groups Projects
Commit 1a1a01eb authored by dg's avatar dg
Browse files

fix

git-svn-id: http://svn.net-core.org/repos/t-engine4@286 51575b47-30f0-44d4-a5cc-537603b46e54
parent 59a59d3b
No related branches found
No related tags found
No related merge requests found
......@@ -5,8 +5,8 @@ newTalentType{ type="technique/shield", name = "weapon and shields", description
newTalentType{ type="technique/weapon-training", name = "weapon-training", description = "Grants bonuses to the different weapon types." }
newTalentType{ type="technique/combat-training", name = "combat-training", description = "Teaches to use various armors and improves health." }
load("/data/talents/technique/2hweapon.lua")
load("/data/talents/technique/dualweapon.lua")
load("/data/talents/technique/weaponshield.lua")
load("/data/talents/technique/weapon-training.lua")
load("/data/talents/technique/combat-training.lua")
load("/data/talents/techniques/2hweapon.lua")
load("/data/talents/techniques/dualweapon.lua")
load("/data/talents/techniques/weaponshield.lua")
load("/data/talents/techniques/weapon-training.lua")
load("/data/talents/techniques/combat-training.lua")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment