bee59d4382
4.26.2006 - Build 16 (Road Rage): - Fixed a bug that prevented you from applying fewer than your max levelspell points. - Added links back to the stores after buying maps/items or using the bank. - Added a link back to town after gambling. - Fixed the link in the error message when failing to create a guild.
8 lines
229 B
PHP
8 lines
229 B
PHP
<?php
|
|
|
|
$template = <<<END
|
|
Thank you for purchasing this item.<br /><br />
|
|
You may return to <a href="index.php">town</a>, the <a href="index.php?do=buy">item store</a>, or use the direction buttons to continue exploring.
|
|
END;
|
|
|
|
?>
|