* Umbala Spirit doesn't have a slot. (bugreport:8039) Signed-off-by: Euphy <euphy@rathena.org>
20 lines
389 B
HTML
20 lines
389 B
HTML
// Copyright (c) Athena Dev Teams - Licensed under GNU GPL
|
|
// For more information, see LICENCE in the main folder
|
|
|
|
/**
|
|
* Custom Atcommands
|
|
* Place the body of custom atcommands in this file.
|
|
* Format:
|
|
* ACMD_FUNC(command_name)
|
|
* {
|
|
* <code>;
|
|
* }
|
|
**/
|
|
|
|
//ACMD_FUNC(newcommand)
|
|
//{
|
|
// clif_displaymessage(fd, "It works!");
|
|
// clif_specialeffect(&sd->bl, 343, AREA);
|
|
// return 0;
|
|
//}
|