mirror of
https://github.com/ZhengPeiRu21/mod-individual-progression
synced 2025-11-29 23:44:51 +08:00
fix omarion name
This commit is contained in:
@@ -29,8 +29,7 @@ void AddSC_boss_patchwerk_40();
|
||||
void AddSC_boss_razuvious_40();
|
||||
void AddSC_boss_sapphiron_40();
|
||||
void AddSC_boss_thaddius_40();
|
||||
void AddSC_npc_omarion();
|
||||
void AddSC_omarion_40();
|
||||
void AddSC_npc_omarion_40();
|
||||
void AddSC_custom_spells_40();
|
||||
void AddSC_custom_creatures_40();
|
||||
void AddSC_custom_gameobjects_40();
|
||||
@@ -75,7 +74,7 @@ void Addmod_individual_progressionScripts()
|
||||
AddSC_boss_razuvious_40();
|
||||
AddSC_boss_sapphiron_40();
|
||||
AddSC_boss_thaddius_40();
|
||||
AddSC_omarion_40();
|
||||
AddSC_npc_omarion_40();
|
||||
AddSC_custom_spells_40();
|
||||
AddSC_custom_creatures_40();
|
||||
AddSC_custom_gameobjects_40();
|
||||
|
||||
@@ -309,7 +309,7 @@ public:
|
||||
}
|
||||
};
|
||||
|
||||
void AddSC_omarion_40()
|
||||
void AddSC_npc_omarion_40()
|
||||
{
|
||||
new npc_omarion();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user