Mercurial > wow > icu
comparison ICU.lua @ 2:e883b490ff93
Convert to UTF8 no BOM ... ><
author | Xiiph |
---|---|
date | Sat, 05 Feb 2011 21:31:50 +0100 |
parents | 6af2d0a0c537 |
children | 43155c3c1700 |
comparison
equal
deleted
inserted
replaced
1:6af2d0a0c537 | 2:e883b490ff93 |
---|---|
1 local L = LibStub("AceLocale-3.0"):GetLocale("ICU") | 1 local L = LibStub("AceLocale-3.0"):GetLocale("ICU") |
2 if not L then return end | 2 if not L then return end |
3 | 3 |
4 local icu = LibStub("AceAddon-3.0"):NewAddon("ICU", "AceEvent-3.0", "AceTimer-3.0"); | 4 local icu = LibStub("AceAddon-3.0"):NewAddon("ICU", "AceEvent-3.0", "AceTimer-3.0"); |
5 | 5 |
6 -- UTF8 | |
6 -- Accepted flasks | 7 -- Accepted flasks |
7 local flaskID = { | 8 local flaskID = { |
8 79469, -- Flask of Steelskin | 9 79469, -- Flask of Steelskin |
9 79470, -- Flask of the Draconic Mind | 10 79470, -- Flask of the Draconic Mind |
10 79471, -- Flask of the Winds | 11 79471, -- Flask of the Winds |