comparison libMyLilPony/libMyLilPony_mountData.lua @ 15:21764271e02f

Updated addon versioning to automatically update with repo revision.
author syzler
date Sun, 10 Apr 2011 07:30:01 +0000
parents b1e344c17ab5
children 6f8be767ac9e
comparison
equal deleted inserted replaced
14:b1e344c17ab5 15:21764271e02f
1 -- libMyLilPony
2 -- Copyright (c) 2011, Syzler 1 -- Copyright (c) 2011, Syzler
3 -- All rights reserved. 2 -- All rights reserved.
4 -- 3 --
5 -- Redistribution and use in source and binary forms, with or without 4 -- Redistribution and use in source and binary forms, with or without
6 -- modification, are permitted provided that the following conditions 5 -- modification, are permitted provided that the following conditions
27 -- CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 26 -- CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28 -- LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN 27 -- LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
29 -- ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 28 -- ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
30 -- POSSIBILITY OF SUCH DAMAGE. 29 -- POSSIBILITY OF SUCH DAMAGE.
31 30
31 ------------------------------------------------------------------------
32 -- Project: libMyLilPony
33 -- Project Version: @project-version@
34 -- Last Author: @file-author@
35 -- Last Updated: @file-date-iso@
36 --
32 -- Mount data table and API functions for checking type of mount 37 -- Mount data table and API functions for checking type of mount
38 ------------------------------------------------------------------------
33 39
34 local MyLilPony_Mounts = { 40 local MyLilPony_Mounts = {
35 -- standard ground mounts 41 -- standard ground mounts
36 [458] = "G"; [470] = "G"; [472] = "G"; [579] = "G"; [580] = "G"; [5784] = "G"; [6648] = "G"; 42 [458] = "G"; [470] = "G"; [472] = "G"; [579] = "G"; [580] = "G"; [5784] = "G"; [6648] = "G";
37 [6653] = "G"; [6654] = "G"; [6777] = "G"; [6898] = "G"; [6899] = "G"; [8394] = "G"; [8395] = "G"; 43 [6653] = "G"; [6654] = "G"; [6777] = "G"; [6898] = "G"; [6899] = "G"; [8394] = "G"; [8395] = "G";