Lee
a1c7c2768c
Delete char with house #149
...
oops, didn't mean to submit that last push, I hadn't added the empty check. (noob moment)
quick fix for #149
2021-02-02 14:42:30 +00:00
Lee
565e6e3a3d
Delete char with house #149
...
Patch to stop players deleting themselves if they have a house
Fixes #149
2021-02-02 14:13:36 +00:00
slawkens
7d73e3cd98
Refactor code in delete_character.php
2020-12-19 23:25:46 +01:00
slawkens
5087fc4a00
You cannot delete character more than twice (Thanks Okke)
...
(cherry picked from commit 7fd784b2f615d87a028f2e1d90ec99fd67acb576)
2020-11-24 18:12:49 +01:00
Evil Puncker
af1a6cf5ff
Updated copyright year and SSL link
...
Updated year to 2019 and made all my-aac.org links go to SSL by default
2019-07-17 20:22:07 -03:00
slawkens
c654ea329c
* replace "$twig->render()" with "$this->display"
2018-05-29 21:29:08 +02:00
slawkens1
1025fad0e6
* cache $db->hasTable and $db->hasColumn functions
...
* changed tableExist and fieldExist to $db->hasTable(table) +
$db->hasColumn(table, column)
* new configurable: database_log - can log database queries and show in
website source when logged as super admin
* removed debug_level configurable, enabled by default when logged on
super admin
* added OTS_Account:getCountry()
* added posibility to load OTS_Player partially, and without skills
* (internal) changed depracated $ots->createObject() functions with
their OTS_ equivalents
* (internal) removed unused code
2018-01-06 05:44:33 +01:00
slawkens
7b84614a79
* removed @version header from files, as it was hard to maintain
2017-11-09 10:02:15 +01:00
slawkens1
1610a4ab91
* update to 0.6.6
2017-10-22 23:38:51 +02:00
slawkens1
2b6d65e955
* update to 0.6.5
2017-10-21 04:32:20 +02:00
slawkens1
9f946d4bc4
* update to 0.6.4
2017-10-20 22:17:54 +02:00
slawkens1
85c9a1e84d
* update to 0.6.3
2017-10-20 21:18:50 +02:00
slawkens1
8ab7be9fb8
* update to 0.6.2
2017-10-20 18:16:52 +02:00
slawkens1
0b693a02bd
* update to 0.6.1
2017-10-17 23:18:20 +02:00
slawkens
69f822b69c
* moved account actions (pages) to account/ directory
2017-10-17 15:28:29 +02:00