From 2b103e769543b56748db3ee154e5bf691798ff5d Mon Sep 17 00:00:00 2001
From: dg <dg@51575b47-30f0-44d4-a5cc-537603b46e54>
Date: Mon, 24 Dec 2012 20:01:53 +0000
Subject: [PATCH] fix

git-svn-id: http://svn.net-core.org/repos/t-engine4@6207 51575b47-30f0-44d4-a5cc-537603b46e54
---
 game/modules/tome/data/general/objects/special-artifacts.lua | 1 +
 game/modules/tome/data/zones/temple-of-creation/objects.lua  | 1 +
 2 files changed, 2 insertions(+)

diff --git a/game/modules/tome/data/general/objects/special-artifacts.lua b/game/modules/tome/data/general/objects/special-artifacts.lua
index 6836ae85f2..b35e37922b 100644
--- a/game/modules/tome/data/general/objects/special-artifacts.lua
+++ b/game/modules/tome/data/general/objects/special-artifacts.lua
@@ -36,6 +36,7 @@ newEntity{ base = "BASE_STAFF", define_as = "TELOS_SPIRE",
 	desc = [[Telos was an extremely powerful mage during the Age of Dusk, hated by his peers, feared by the common folk he was hunted for a long while. He finaly fell in his place of power, Telmur, but his spirit still lingered on.]],
 	cost = 400,
 	material_level = 5,
+	plot = true,
 
 	require = { stat = { mag=48 }, },
 	modes = {"fire", "cold", "lightning", "arcane"},
diff --git a/game/modules/tome/data/zones/temple-of-creation/objects.lua b/game/modules/tome/data/zones/temple-of-creation/objects.lua
index aebb898a32..8556e4ded0 100644
--- a/game/modules/tome/data/zones/temple-of-creation/objects.lua
+++ b/game/modules/tome/data/zones/temple-of-creation/objects.lua
@@ -84,6 +84,7 @@ Slasul gave it to you as a sign of his faith in you. It is a sign of hope for al
 	rarity = false,
 	cost = 350,
 	material_level = 5,
+	plot = true,
 	combat = {
 		dam = 84,
 		apr = 20,
-- 
GitLab