vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 --[[
2 --
3 -- Sea.data
4 --
5 -- Useful WoW data that must be compiled by hand
6 --
7 --]]
8  
9 Sea.data = {
10  
11 -- Item Data
12 item = {};
13  
14 -- Spell Data
15 spell = {};
16  
17 -- Ability
18 ability = {};
19 };