mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-13 17:24:54 +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:
@@ -1,7 +0,0 @@
|
||||
<?php
|
||||
require '../common.php';
|
||||
require SYSTEM . 'item.php';
|
||||
|
||||
if(isset($_GET['id']))
|
||||
outputItem($_GET['id'], $_GET['count']);
|
||||
?>
|
@@ -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