diff options
Diffstat (limited to 'src/crnonpl.cc')
| -rw-r--r-- | src/crnonpl.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/crnonpl.cc b/src/crnonpl.cc index 73a68af..477b18b 100644 --- a/src/crnonpl.cc +++ b/src/crnonpl.cc @@ -1984,8 +1984,8 @@ TMonster::TMonster(int Race, int x, int y, int z, int Home, uint32 MasterID) : this->starty = y; this->startz = z; this->posx = x; - this->posx = y; - this->posx = z; + this->posy = y; + this->posz = z; this->State = IDLE; this->Home = Home; this->Master = MasterID; |
