From a5626c6de53b742b4d6605f979f9226ed850aeea Mon Sep 17 00:00:00 2001
From: dg <dg@51575b47-30f0-44d4-a5cc-537603b46e54>
Date: Sun, 7 Nov 2010 04:08:27 +0000
Subject: [PATCH] rename

git-svn-id: http://svn.net-core.org/repos/t-engine4@1808 51575b47-30f0-44d4-a5cc-537603b46e54
---
 game/modules/tome/data/general/npcs/plant.lua | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/game/modules/tome/data/general/npcs/plant.lua b/game/modules/tome/data/general/npcs/plant.lua
index 2fa570d563..3cf1c0c535 100644
--- a/game/modules/tome/data/general/npcs/plant.lua
+++ b/game/modules/tome/data/general/npcs/plant.lua
@@ -49,7 +49,7 @@ newEntity{ base = "BASE_NPC_PLANT",
 }
 
 newEntity{ base = "BASE_NPC_PLANT",
-	name = "huorn", color=colors.GREEN,
+	name = "treant", color=colors.GREEN,
 	desc = "A very strong near-sentient tree, which has become hostile to other living things.",
 	level_range = {12, nil}, exp_worth = 1,
 	rarity = 2,
-- 
GitLab