diff --git a/game/modules/tome/data/zones/gorbat-pride/npcs.lua b/game/modules/tome/data/zones/gorbat-pride/npcs.lua
index 128c7bdfac985488795867320952b8ef53f06420..792ca2cb925c00ab258e61d0ae93fcc090638cd4 100644
--- a/game/modules/tome/data/zones/gorbat-pride/npcs.lua
+++ b/game/modules/tome/data/zones/gorbat-pride/npcs.lua
@@ -34,7 +34,7 @@ newEntity{ base="BASE_NPC_ORC_GORBAT", define_as = "GORBAT",
 	resolvers.nice_tile{image="invis.png", add_mos = {{image="npc/humanoid_orc_gorbat__supreme_wyrmic_of_the_pride.png", display_h=2, display_y=-1}}},
 	desc = [[An orc with scaly skin, claws and a pair of small wings on his back.]],
 	killer_message = "and fed to the hatchlings",
-	level_range = {40, nil}, exp_worth = 2,
+	level_range = {40, nil}, exp_worth = 1,
 	rank = 5,
 	max_life = 250, life_rating = 29, fixed_rating = true,
 	infravision = 10,
diff --git a/game/modules/tome/data/zones/grushnak-pride/npcs.lua b/game/modules/tome/data/zones/grushnak-pride/npcs.lua
index 15f3de25e617b8737e7c421ad59a575ed275e03f..f57d3634d007038e08801cb23e303aa783a71d5f 100644
--- a/game/modules/tome/data/zones/grushnak-pride/npcs.lua
+++ b/game/modules/tome/data/zones/grushnak-pride/npcs.lua
@@ -29,7 +29,7 @@ newEntity{ base="BASE_NPC_ORC_GRUSHNAK", define_as = "GRUSHNAK",
 	name = "Grushnak, Battlemaster of the Pride", color=colors.VIOLET, unique = true,
 	desc = [[An old orc, covered in battle scars, he looks fierce and very, very, dangerous.]],
 	killer_message = "and mounted on the barracks wall",
-	level_range = {45, nil}, exp_worth = 2,
+	level_range = {45, nil}, exp_worth = 1,
 	rank = 5,
 	max_life = 700, life_rating = 25, fixed_rating = true,
 	infravision = 10,
diff --git a/game/modules/tome/data/zones/rak-shor-pride/npcs.lua b/game/modules/tome/data/zones/rak-shor-pride/npcs.lua
index 3b0b6fa99577761967bee335729a88d63e60f9da..24b4b93879db4f54b1b534f3631df210b6b9f294 100644
--- a/game/modules/tome/data/zones/rak-shor-pride/npcs.lua
+++ b/game/modules/tome/data/zones/rak-shor-pride/npcs.lua
@@ -33,7 +33,7 @@ newEntity{ base="BASE_NPC_ORC_RAK_SHOR", define_as = "RAK_SHOR",
 	name = "Rak'shor, Grand Necromancer of the Pride", color=colors.VIOLET, unique = true,
 	desc = [[An old orc, wearing black robes. He commands his undead armies to destroy you.]],
 	killer_message = "and raised as a malformed servant",
-	level_range = {35, nil}, exp_worth = 2,
+	level_range = {35, nil}, exp_worth = 1,
 	rank = 5,
 	max_life = 150, life_rating = 19, fixed_rating = true,
 	infravision = 10,
diff --git a/game/modules/tome/data/zones/vor-pride/npcs.lua b/game/modules/tome/data/zones/vor-pride/npcs.lua
index 5781706da8e55bb6837aea0392cc3c2688b2bf72..741bb17876538082ded5fb954c16a65cb9934984 100644
--- a/game/modules/tome/data/zones/vor-pride/npcs.lua
+++ b/game/modules/tome/data/zones/vor-pride/npcs.lua
@@ -30,7 +30,7 @@ newEntity{ base="BASE_NPC_ORC_VOR", define_as = "VOR",
 	name = "Vor, Grand Geomancer of the Pride", color=colors.VIOLET, unique = true,
 	desc = [[An old orc, wearing multi-colored robes. Ice shards fly around him, leaving a trail of fire and lightning bursts.]],
 	killer_message = "and used as target practice for initiate mages",
-	level_range = {40, nil}, exp_worth = 2,
+	level_range = {40, nil}, exp_worth = 1,
 	rank = 5,
 	max_life = 250, life_rating = 19, fixed_rating = true,
 	infravision = 10,