From 6b7d1454ec90409cec5fff9b692106911c1fb1df Mon Sep 17 00:00:00 2001 From: dg <dg@51575b47-30f0-44d4-a5cc-537603b46e54> Date: Mon, 7 Feb 2011 22:55:22 +0000 Subject: [PATCH] plop git-svn-id: http://svn.net-core.org/repos/t-engine4@2686 51575b47-30f0-44d4-a5cc-537603b46e54 --- game/modules/tome/data/talents/misc/misc.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/game/modules/tome/data/talents/misc/misc.lua b/game/modules/tome/data/talents/misc/misc.lua index 045ebf4094..fb9a6a7e0c 100644 --- a/game/modules/tome/data/talents/misc/misc.lua +++ b/game/modules/tome/data/talents/misc/misc.lua @@ -326,7 +326,7 @@ newTalent{ name = "Knowledge of the Way", type = {"base/race", 1}, no_npc_use = true, - on_learn = function(self, t) self.auto_id = 1 end, + on_learn = function(self, t) self.auto_id = 2 end, action = function(self, t) local Chat = require("engine.Chat") local chat = Chat.new("elisa-orb-scrying", {name="The Way"}, self, {version="yeek"}) @@ -345,7 +345,7 @@ newTalent{ name = "Knowledge of the Past", type = {"base/race", 1}, no_npc_use = true, - on_learn = function(self, t) self.auto_id = 1 end, + on_learn = function(self, t) self.auto_id = 2 end, action = function(self, t) local Chat = require("engine.Chat") local chat = Chat.new("elisa-orb-scrying", {name="Past memories"}, self, {version="undead"}) -- GitLab