diff options
author | Astellar <none@none> | 2010-01-10 22:01:18 +0300 |
---|---|---|
committer | Astellar <none@none> | 2010-01-10 22:01:18 +0300 |
commit | 4bd6d06e26e6d09297139ce08abcc5225c430e1b (patch) | |
tree | 622a3b7d1ffb04c8a6c2c3518bb8a4730752d871 /src | |
parent | 17d4de192b49abd2ccd540f537ed38e69152edc3 (diff) |
Fixed typo.
--HG--
branch : trunk
Diffstat (limited to 'src')
-rw-r--r-- | src/game/DynamicObject.h | 2 | ||||
-rw-r--r-- | src/game/Level3.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/game/DynamicObject.h b/src/game/DynamicObject.h index de94b5877bd..ff18cdcb261 100644 --- a/src/game/DynamicObject.h +++ b/src/game/DynamicObject.h @@ -58,4 +58,4 @@ class DynamicObject : public WorldObject, public GridObject<DynamicObject> int32 m_duration; // for non-aura dynobjects Aura * m_aura; }; -#endif
\ No newline at end of file +#endif diff --git a/src/game/Level3.cpp b/src/game/Level3.cpp index 1a91b770ced..203002e1501 100644 --- a/src/game/Level3.cpp +++ b/src/game/Level3.cpp @@ -4612,7 +4612,7 @@ bool ChatHandler::HandleNpcInfoCommand(const char* /*args*/) PSendSysMessage(LANG_NPCINFO_LOOT, cInfo->lootid,cInfo->pickpocketLootId,cInfo->SkinLootId); PSendSysMessage(LANG_NPCINFO_DUNGEON_ID, target->GetInstanceId()); PSendSysMessage(LANG_NPCINFO_PHASEMASK, target->GetPhaseMask()); - PsendSysMessage(LANG_NPCINFO_ARMOR, target->GetArmor()); + PSendSysMessage(LANG_NPCINFO_ARMOR, target->GetArmor()); PSendSysMessage(LANG_NPCINFO_POSITION,float(target->GetPositionX()), float(target->GetPositionY()), float(target->GetPositionZ())); if(const CreatureData* const linked = target->GetLinkedRespawnCreatureData()) if(CreatureInfo const *master = GetCreatureInfo(linked->id)) |