From bcdf137ecd29e3f28379f58ea48973dc54a86ad5 Mon Sep 17 00:00:00 2001 From: Mesagoppinmypants Date: Tue, 8 Jul 2014 23:11:25 -0400 Subject: [PATCH] Fixed Legendary Power Hammer --- .../lootItems/exceptionallootchest/legendary_power_hammer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/loot/lootItems/exceptionallootchest/legendary_power_hammer.py b/scripts/loot/lootItems/exceptionallootchest/legendary_power_hammer.py index a05de2b3..d17b57e6 100644 --- a/scripts/loot/lootItems/exceptionallootchest/legendary_power_hammer.py +++ b/scripts/loot/lootItems/exceptionallootchest/legendary_power_hammer.py @@ -1,7 +1,7 @@ def itemTemplate(): - return ['object/weapon/melee/2h_sword/shared_quest_2h_sword_battleaxe.iff'] + return ['object/weapon/melee/2h_sword/shared_2h_sword_maul_legendary.iff'] def customItemName():