Code: Select all
Error: Constant already defined
Error in "C:/wamp/www/NWE/config/auto_defines.php"
Line 32
Error in C:\wamp\www\NWE\config\auto_defines.php
Line 32
Error in C:\wamp\www\NWE\index.php
Line 152Code: Select all
<?php
/**
* This file will be automatically generated after importation / setup of a module.
* It will check all the ID required for the variables and define constant for them.
*/
define('moneymugged',2);
define('combatSerialization',3);
define('combatSuccessLink',4);
define('combatFailLink',5);
define('playerProfileNote',6);
define('facebookUserId',7);
define('hospital',8);
define('playerHouseLevel',9);
define('playerHouseLastCheck',10);
define('jail',11);
define('playerLocation',12);
define('npcDialogPossibilities',13);
define('playerClassSet',14);
define('player_notes',15);
define('playersReferred',16);
define('userTemplate',18);
define('premiumMember',19);
define('statsLastCheck',20);
define('trainingInProgress',21);
define('nbTrainingRemaining',22);
define('nextTrainingVisit',23);
define('tutorialsFinished',24);
define('playerBan',25);
define('workEndTime',27);
define('workInProgress',28);
define('',29);
define('',30);
define('',31);
?>