This website works better with JavaScript.
Home
Explore
Help
Sign In
Quildra
/
WoWInterface
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
75
Commits
2
Branches
1
Tag
4.3 GiB
Tree:
54e5d80bc9
2022-06-07
master
10.2.7
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '54e5d80bc9'
${ noResults }
WoWInterface
/
Interface
/
AddOns
/
Rarity
/
Tests
/
Globals.lua
8 lines
108 B
Raw
Normal View
History
Regular auto-commit at 08:28:53 on 28/08/2023
2 years ago
_G.strmatch
=
string.match
function
_G
.
table
.
wipe
(
t
)
for
k
,
_
in
pairs
(
t
)
do
t
[
k
]
=
nil
end
end