comparison Data/Scrolls.lua @ 41:013433f73ba3

Updated scroll ids to include Cataclysm scrolls.
author Zerotorescue
date Sun, 12 Dec 2010 16:37:47 +0100
parents 8f5c02113c5c
children cb335a887ee9
comparison
equal deleted inserted replaced
40:abc824800387 41:013433f73ba3
1 local addon = select(2, ...); 1 local addon = select(2, ...);
2 2
3 -- Enchant id = scroll id
3 addon.scrollIds = { 4 addon.scrollIds = {
4 [27905] = 38898, 5 [27905] = 38898,
5 [27961] = 38914, 6 [27961] = 38914,
6 [33992] = 38930, 7 [33992] = 38930,
7 [34010] = 38946, 8 [34010] = 38946,
256 [60653] = 44455, 257 [60653] = 44455,
257 [13947] = 38850, 258 [13947] = 38850,
258 [20026] = 38866, 259 [20026] = 38866,
259 [23802] = 38882, 260 [23802] = 38882,
260 [27982] = 38924, 261 [27982] = 38924,
262 [74200] = 52751,
263 [74202] = 52753,
264 [74211] = 52755,
265 [74213] = 52757,
266 [74220] = 52759,
267 [74225] = 52761,
268 [74229] = 52763,
269 [74231] = 52765,
270 [74234] = 52767,
271 [74236] = 52769,
272 [74238] = 52771,
273 [74240] = 52773,
274 [74244] = 52775,
275 [74247] = 52777,
276 [74250] = 52779,
277 [74252] = 52781,
278 [74254] = 52783,
279 [74256] = 52785,
280 [74191] = 52744,
281 [74197] = 52748,
282 [74199] = 52750,
283 [74201] = 52752,
284 [74207] = 52754,
285 [74212] = 52756,
286 [74214] = 52758,
287 [74223] = 52760,
288 [74226] = 52762,
289 [74230] = 52764,
290 [74232] = 52766,
291 [74235] = 52768,
292 [74237] = 52770,
293 [74239] = 52772,
294 [74242] = 52774,
295 [20035] = 38916,
296 [74248] = 52778,
297 [74251] = 52780,
298 [74253] = 52782,
299 [74255] = 52784,
300 [95471] = 68134,
301 [71692] = 50816,
302 [74246] = 52776,
303 [74132] = 52687,
304 [74189] = 52743,
305 [74192] = 52745,
306 [74195] = 52747,
307 [74198] = 52749,
308 [74193] = 52746,
261 }; 309 };