ike3 / mangosbot

This is a modification of MaNGOS (Zero, One, R2, Trinity) server which brings a number of bots online and available for any player. Also allows you to use your account/guild characters as bots.
http://ike3.github.io/mangosbot-docs/
GNU General Public License v2.0
183 stars 78 forks source link

NULL pointer warnings. #48

Open LordPsyan opened 8 years ago

LordPsyan commented 8 years ago

There are some warnings that yell about NULL. I believe the correct way to do NULL is now ObjectGuid::Empty

ghost commented 8 years ago

I don't actually know much about coding, but I thought nullptr should be used more than NULL (as well as testing for the existence of null pointers).

Talmeron commented 8 years ago

I thought we fixed this? At least until ChatHandler?