r193-nolib
                This is an additional file related to
                
                    r193.
                
            
        
        Details
- 
                        FilenameGloryLib-r193-nolib.zip
 - 
                        Uploaded by
 -  
                        UploadedApr 20, 2009
 -  
                        Size22.68 KB
 - 
                            Downloads75
 - 
                        MD5aa7494c5a9d03f0911727fe2322f7197
 
Supported WoW Retail Versions
- 3.1.0
 
Changelog
------------------------------------------------------------------------
r193 | alar | 2009-04-20 14:48:55 +0000 (Mon, 20 Apr 2009) | 2 lines
Changed paths:
   M /trunk
   M /trunk/GloryLib.toc
GloryLib:
- Bumped TOC Version
------------------------------------------------------------------------
r192 | alar | 2008-10-15 21:31:31 +0000 (Wed, 15 Oct 2008) | 4 lines
Changed paths:
   M /trunk/Glory-2.0/Glory-2.0.lua
Fixed at line 3178:
old - name = MAJOR_VERSION .. "." .. MINOR_VERSION:gsub(".-(%d+).*", "%1"),
new + name = MAJOR_VERSION .. "." .. MINOR_VERSION,
Reason: MINOR_VERSION is now a number (converted at the head of the file) so on gsub lua was crashing
------------------------------------------------------------------------