diff options
Diffstat (limited to 'src/map/script-fun.cpp')
-rw-r--r-- | src/map/script-fun.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/script-fun.cpp b/src/map/script-fun.cpp index b39a763..fc555ad 100644 --- a/src/map/script-fun.cpp +++ b/src/map/script-fun.cpp @@ -1145,6 +1145,7 @@ void builtin_puppet(ScriptState *st) // PlayerName::SpellName nd->name = npc; + nd->sex = SEX::UNSPECIFIED; // Dynamically set location nd->bl_m = m; |