mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 04:37:00 +00:00
Small progress with vehicles
This commit is contained in:
parent
204b61c220
commit
871d5f8c99
18 changed files with 175 additions and 21 deletions
|
|
@ -949,7 +949,7 @@ bool ChatHandler::HandleNpcDeleteCommand(const char* args)
|
|||
else
|
||||
unit = getSelectedCreature();
|
||||
|
||||
if(!unit || unit->isPet() || unit->isTotem())
|
||||
if(!unit || unit->isPet() || unit->isTotem() || unit->isVehicle())
|
||||
{
|
||||
SendSysMessage(LANG_SELECT_CREATURE);
|
||||
SetSentErrorMessage(true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue