diff --git a/game/modules/tome/data/talents/misc/misc.lua b/game/modules/tome/data/talents/misc/misc.lua index 045ebf40946974314cf48537b2cb3cfd32618182..fb9a6a7e0c149a6ea4a92c7237b24cfff4b3efea 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"})