mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-17 22:51:30 +00:00
Make better sense things do, after cups of coffee two
This commit is contained in:
parent
cfde67fcb3
commit
ee644f7b3e
@ -25,10 +25,10 @@
|
|||||||
3. In the command_init function you must add a call to command_add
|
3. In the command_init function you must add a call to command_add
|
||||||
for your function.
|
for your function.
|
||||||
|
|
||||||
Note: If you want an alias for your command, add an entry to the
|
Notes: If you want an alias for your command, add an entry to the
|
||||||
`command_settings` table in your database. The access level you
|
`command_settings` table in your database. The access level you
|
||||||
set with command_add is the default setting if the command isn't
|
set with command_add is the default setting if the command isn't
|
||||||
listed in the commands db table.
|
listed in the `command_settings` db table.
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user