mirror of
https://gitlab.com/hashborgir/d2tools.git
synced 2024-11-30 04:26:03 +00:00
11 lines
216 B
PHP
11 lines
216 B
PHP
<?php
|
|
|
|
/*
|
|
Enter full path to Diablo II Mod's data\excel\global directory
|
|
Or wherever your txt files are.
|
|
*/
|
|
|
|
//define('TXT_DIR', "D:\\Diablo II\\MODS\\ironman-dev\\");
|
|
|
|
|
|
define('TXT_DIR', "/home/stoned/code/d2/"); |