Dragon-Scourge/templates/town_buy3.php
Jamin Blount bee59d4382 Beta 3 Build 16
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.
2017-02-05 11:56:42 -06:00

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;
?>