diff options
-rw-r--r-- | npc/012-7/celestia.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/012-7/celestia.txt b/npc/012-7/celestia.txt index 8b524838d..e3bbd762b 100644 --- a/npc/012-7/celestia.txt +++ b/npc/012-7/celestia.txt @@ -186,8 +186,8 @@ L_QuestionTea: OnInit: .@npcId = getnpcid(0, .name$); - setunitdata(.@npcId, UDT_HEADTOP, ValentineDress); - setunitdata(.@npcId, UDT_HEADMIDDLE, MurdererCrown); + setunitdata(.@npcId, UDT_HEADTOP, MurdererCrown); + setunitdata(.@npcId, UDT_HEADMIDDLE, ValentineDress); setunitdata(.@npcId, UDT_HEADBOTTOM, NPCEyes); setunitdata(.@npcId, UDT_WEAPON, DeepBlackBoots); // Boots setunitdata(.@npcId, UDT_HAIRSTYLE, 19); |