Jump to content

[fix] typo


Guest balrok

Recommended Posts

To be honest I think they worked around this typo. I tried this patch and it caused quests to display incorrectly when interacting with an NPC.

Are you sure? He fixed all 4 matches in current master

# grep Ineract src/ -R -n
src/game/Creature.h:431:        bool isCanIneractWithBattleMaster(Player* player, bool msg) const;
src/game/Creature.cpp:653:bool Creature::isCanIneractWithBattleMaster(Player* pPlayer, bool msg) const
src/game/Creature.cpp:758:                        if(!isCanIneractWithBattleMaster(pPlayer,false))
src/game/Creature.cpp:806:            isCanIneractWithBattleMaster(pPlayer,true);     // output error message if need

Link to comment
Share on other sites

  • 4 months later...
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use