From 356b2b767153a3065e612c5f89d7c3d8704a434a Mon Sep 17 00:00:00 2001
From: dg <dg@51575b47-30f0-44d4-a5cc-537603b46e54>
Date: Mon, 15 Nov 2010 08:10:24 +0000
Subject: [PATCH]        oups

git-svn-id: http://svn.net-core.org/repos/t-engine4@1897 51575b47-30f0-44d4-a5cc-537603b46e54
---
 game/modules/tome/data/birth/worlds.lua | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/game/modules/tome/data/birth/worlds.lua b/game/modules/tome/data/birth/worlds.lua
index 12b1c48544..8da3d4c958 100644
--- a/game/modules/tome/data/birth/worlds.lua
+++ b/game/modules/tome/data/birth/worlds.lua
@@ -81,6 +81,9 @@ newBirthDescriptor{
 		class =
 		{
 			__ALL__ = "disallow",
+			Warrior = "allow",
+			Archer = "allow",
+			Rogue = "allow",
 			Mage = "allow",
 			Divine = function() return profile.mod.allow_build.divine and "allow" or "disallow" end,
 			Wilder = function() return (
@@ -119,6 +122,9 @@ newBirthDescriptor{
 		class =
 		{
 			__ALL__ = "disallow",
+			Warrior = "allow",
+			Archer = "allow",
+			Rogue = "allow",
 			Mage = "allow",
 			Divine = function() return profile.mod.allow_build.divine and "allow" or "disallow" end,
 			Wilder = function() return (
-- 
GitLab