Quantcast

Added some spell ids to the NO_PLAYER_FLAG table.

pompachomp [02-04-10 - 02:47]
Added some spell ids to the NO_PLAYER_FLAG table.
Add the ammo flag to the Shatter Rounds recipe.
Filename
Database/Engineering.lua
Datamine.lua
diff --git a/Database/Engineering.lua b/Database/Engineering.lua
index cedb876..8989a66 100644
--- a/Database/Engineering.lua
+++ b/Database/Engineering.lua
@@ -1635,7 +1635,7 @@ function addon:InitEngineering(RecipeDB)

 	 -- Shatter Rounds -- 72952
 	 AddRecipe(72952, 450, 52020, F_EPIC, GAME_WOTLK, 450, 450, 450, 460, 20222)
-	 self:addTradeFlags(RecipeDB,72952,F_ALLIANCE,F_HORDE,F_VENDOR,F_ASHEN_VERDICT)
+	 self:addTradeFlags(RecipeDB,72952, F_ALLIANCE, F_HORDE, F_VENDOR, F_AMMO, F_ASHEN_VERDICT)
 	 self:addTradeAcquire(RecipeDB, 72952, A_REPUTATION, 1156, HONORED, 37687)

 	-- Some recipes are only availible to specific factions.
diff --git a/Datamine.lua b/Datamine.lua
index ac8b14f..479eb89 100644
--- a/Datamine.lua
+++ b/Datamine.lua
@@ -582,6 +582,10 @@ local SPELL_ITEM = {
 -- WE'LL GO BACK HERE LATER DOWN THE ROAD.
 -------------------------------------------------------------------------------
 local NO_PLAYER_FLAG = {
+
+	--------------------------------------------------------------------------------------------
+	-----ASSORTED CRAP
+	--------------------------------------------------------------------------------------------
 	[30344] = true, 		[30341] = true, 		[32814] = true, 		[23066] = true,
 	[26421] = true, 		[36955] = true, 		[19788] = true, 		[23129] = true,
 	[26422] = true, 		[12715] = true, 		[12899] = true, 		[56459] = true,
@@ -663,7 +667,7 @@ local NO_PLAYER_FLAG = {
 	[18241]= true, [45559]= true, [45551]= true, [57443]= true,
 	[58527]= true, [43758]= true, [58528]= true, [8238]= true,
 	[7751]= true, [7755]= true, [43761]= true, [7827]= true,
-	[45552]= true, [45553]= true,
+	[45552]= true, [45553]= true, [66038] = true, [66034] = true,
 	---------------------------------------------------------------------------------------

 	---------------------------------------------------------------------------------------
@@ -820,7 +824,7 @@ local NO_PLAYER_FLAG = {
 	[20014] = true, [20030] = true, [27947] = true, [33994] = true, [28022] = true,
 	[60692] = true, [25130] = true, [34005] = true, [13794] = true, [7748] = true,
 	[44588] = true, [15596] = true, [7776] = true, [44584] = true, [13607] = true,
-	[13653] = true, [20020] = true,
+	[13653] = true, [20020] = true,  [70524] = true, [71692] = true,
 	---------------------------------------------------------------------------------------

 	---------------------------------------------------------------------------------------
@@ -1022,6 +1026,7 @@ local NO_PLAYER_FLAG = {
 	[19815] = true, [13240] = true, [19831] = true, [30570] = true, [19799] = true,
 	[30306] = true, [30310] = true, [26011] = true, [36954] = true, [3919] = true,
 	[3920] = true, [19800] = true, [12617] = true, [30311] = true, [56463] = true,
+	[72952] = true, [72953] = true,
 	---------------------------------------------------------------------------------------
 }