Refactored fake player system.

This commit is contained in:
MobiusDevelopment
2020-06-30 01:45:28 +00:00
parent c126283ceb
commit c9c46a8c2a
14 changed files with 325 additions and 364 deletions

View File

@@ -1,7 +1,7 @@
-- ---------------------------
-- Table structure for `npc_to_pc_polymorph`
-- Table structure for `fake_players`
-- ---------------------------
CREATE TABLE IF NOT EXISTS `npc_to_pc_polymorph` (
CREATE TABLE IF NOT EXISTS `fake_players` (
`spawn` int(9) NOT NULL default '0',
`template` int(9) NOT NULL default '0',
`name` varchar(35) default NULL,