Updated load order so that map server's console display order is preserved
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16031 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
c282d3374c
commit
27979837e4
@ -3936,12 +3936,12 @@ int do_init(int argc, char *argv[])
|
|||||||
do_init_pet();
|
do_init_pet();
|
||||||
do_init_merc();
|
do_init_merc();
|
||||||
do_init_mercenary();
|
do_init_mercenary();
|
||||||
|
do_init_elemental();
|
||||||
do_init_quest();
|
do_init_quest();
|
||||||
do_init_npc();
|
do_init_npc();
|
||||||
do_init_unit();
|
do_init_unit();
|
||||||
do_init_battleground();
|
do_init_battleground();
|
||||||
do_init_duel();
|
do_init_duel();
|
||||||
do_init_elemental();
|
|
||||||
|
|
||||||
npc_event_do_oninit(); // npcのOnInitイベント?行
|
npc_event_do_oninit(); // npcのOnInitイベント?行
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user