changeset 41:013433f73ba3

Updated scroll ids to include Cataclysm scrolls.
author Zerotorescue
date Sun, 12 Dec 2010 16:37:47 +0100
parents abc824800387
children 1a4e1291c3b4
files Data/Scrolls.lua
diffstat 1 files changed, 48 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/Data/Scrolls.lua	Sun Dec 12 16:37:33 2010 +0100
+++ b/Data/Scrolls.lua	Sun Dec 12 16:37:47 2010 +0100
@@ -1,5 +1,6 @@
 local addon = select(2, ...);
 
+-- Enchant id = scroll id
 addon.scrollIds = {
     [27905] = 38898,
     [27961] = 38914,
@@ -258,4 +259,51 @@
     [20026] = 38866,
     [23802] = 38882,
     [27982] = 38924,
+    [74200] = 52751,
+	[74202] = 52753,
+	[74211] = 52755,
+	[74213] = 52757,
+	[74220] = 52759,
+	[74225] = 52761,
+	[74229] = 52763,
+	[74231] = 52765,
+	[74234] = 52767,
+	[74236] = 52769,
+	[74238] = 52771,
+	[74240] = 52773,
+	[74244] = 52775,
+	[74247] = 52777,
+	[74250] = 52779,
+	[74252] = 52781,
+	[74254] = 52783,
+	[74256] = 52785,
+	[74191] = 52744,
+	[74197] = 52748,
+	[74199] = 52750,
+	[74201] = 52752,
+	[74207] = 52754,
+	[74212] = 52756,
+	[74214] = 52758,
+	[74223] = 52760,
+	[74226] = 52762,
+	[74230] = 52764,
+	[74232] = 52766,
+	[74235] = 52768,
+	[74237] = 52770,
+	[74239] = 52772,
+	[74242] = 52774,
+	[20035] = 38916,
+	[74248] = 52778,
+	[74251] = 52780,
+	[74253] = 52782,
+	[74255] = 52784,
+	[95471] = 68134,
+	[71692] = 50816,
+	[74246] = 52776,
+	[74132] = 52687,
+	[74189] = 52743,
+	[74192] = 52745,
+	[74195] = 52747,
+	[74198] = 52749,
+	[74193] = 52746,
 };
\ No newline at end of file