forked from github/server
initializing the xmasgate trigger
This commit is contained in:
parent
cd944cf98c
commit
60e790bafc
|
@ -149,7 +149,7 @@ static void
|
|||
game_init(void)
|
||||
{
|
||||
init_triggers();
|
||||
|
||||
init_xmas2000();
|
||||
report_init();
|
||||
creport_init();
|
||||
|
||||
|
|
|
@ -31,6 +31,7 @@
|
|||
#include <items/items.h>
|
||||
|
||||
#include <modules/gmcmd.h>
|
||||
#include <modules/xmas2000.h>
|
||||
#ifdef ALLIANCES
|
||||
#include <modules/alliance.h>
|
||||
#endif
|
||||
|
@ -1685,7 +1686,7 @@ main(int argc, char *argv[])
|
|||
kernel_init();
|
||||
|
||||
init_triggers();
|
||||
|
||||
init_xmas2000();
|
||||
debug_language("locales.log");
|
||||
|
||||
register_races();
|
||||
|
|
Loading…
Reference in New Issue