diff --git a/game/modules/tome/data/general/objects/world-artifacts.lua b/game/modules/tome/data/general/objects/world-artifacts.lua
index aebbfaa26f8763b6a458530f8208f6d67b0bf44b..f129f7b637facd42e9616b7a88fa212f443ab81c 100644
--- a/game/modules/tome/data/general/objects/world-artifacts.lua
+++ b/game/modules/tome/data/general/objects/world-artifacts.lua
@@ -3712,7 +3712,7 @@ newEntity{ base = "BASE_LONGSWORD",
 	end,
 }
 
-newEntity{ base = "BASE_GREATSWORD", define_as="MORRIGOR",
+newEntity{ base = "BASE_LONGSWORD", define_as="MORRIGOR",
 	power_source = {arcane=true, unknown=true},
 	unique = true, sentient = true,
 	name = "Morrigor", image = "object/artifact/morrigor.png",
@@ -3724,7 +3724,7 @@ newEntity{ base = "BASE_GREATSWORD", define_as="MORRIGOR",
 	cost = 300,
 	material_level = 4,
 	combat = {
-		dam = 58,
+		dam = 50,
 		apr = 12,
 		physcrit = 7,
 		dammod = {str=0.7, mag=0.7},