Permalink
Cannot retrieve contributors at this time
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
11 lines (9 sloc)
387 Bytes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| -- This is part of llchrisll's Dungeon Quest Service Script | |
| -- But also additionally used in the F_GetMobData function in chris_functions.txt | |
| -- == Structure of mob_map_db== -- | |
| CREATE TABLE IF NOT EXISTS `mob_map_db` ( | |
| `mob_id` int(10) signed NOT NULL, | |
| `map` varchar(255) NOT NULL | |
| ) ENGINE=MyISAM; | |
| -- == Content === -- | |
| -- WIP, as soon as I have finished filling my Database.... -- |