Jump to content

Typo in World.cpp


Guest Kaios

Recommended Posts

What bug does the patch fix? What features does the patch add?

Typo

For which repository revision was the patch created?

MaNGOS

Who has been writing this patch? Please include either forum user names or email addresses.

me

In which files where can found it ? And which line ?

Line 192 of World.cpp

void
World::AddSession_ (WorldSession* s)
{
   MANGOS_ASSERT (s);

Should be

void World::AddSession_ (WorldSession* s)
{
   MANGOS_ASSERT (s);

Thanks.

Link to comment
Share on other sites

×
×
  • 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