diff options
Diffstat (limited to 'doc/sample/getequipcardid.txt')
-rw-r--r-- | doc/sample/getequipcardid.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/sample/getequipcardid.txt b/doc/sample/getequipcardid.txt index b1fe55505..3449ed0c7 100644 --- a/doc/sample/getequipcardid.txt +++ b/doc/sample/getequipcardid.txt @@ -1,4 +1,4 @@ -//===== eAthena Script ======================================= +//===== rAthena Script ======================================= //===== By: ================================================== //= Lupus //= Shows your HAT's slots IDs @@ -31,4 +31,4 @@ L_CHECK2: mes "Card Slot 0:"+getequipcardid(1,0)+" 1:"+getequipcardid(1,1); mes "Card Slot 2:"+getequipcardid(1,2)+" 3:"+getequipcardid(1,3); close; -}
\ No newline at end of file +} |