mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-18 03:33:26 +02:00
Remove items generator, there are better ones made in JS
This one wasn't working with newer files anyways
This commit is contained in:
@@ -15,11 +15,6 @@
|
||||
return ( 50 / 3 ) * pow( $level, 3 ) - ( 100 * pow( $level, 2 ) ) + ( ( 850 / 3 ) * $level ) - 200;
|
||||
}
|
||||
|
||||
/** Sprite settings **/
|
||||
$spr_path = SIGNATURES_DATA.'Tibia.spr';
|
||||
$dat_path = SIGNATURES_DATA.'Tibia.dat';
|
||||
$otb_path = SIGNATURES_DATA.'items.otb';
|
||||
|
||||
$background = 'default.png';
|
||||
if ( !file_exists( SIGNATURES_BACKGROUNDS.$background ) )
|
||||
{
|
||||
|
Reference in New Issue
Block a user