mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 13:37:05 +00:00
[12632] Revert previous commit (see Notes)
This commit is contained in:
parent
1cd806c02e
commit
ef445ea523
1462 changed files with 9689 additions and 7080 deletions
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* This file is part of the CMaNGOS Project. See AUTHORS file for Copyright information
|
||||
* This code is part of MaNGOS. Contributor & Copyright details are in AUTHORS/THANKS.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
|
|
@ -2914,7 +2914,7 @@ bool ChatHandler::HandleDelTicketCommand(char* args)
|
|||
return true;
|
||||
}
|
||||
|
||||
/**
|
||||
/*
|
||||
* Add a waypoint to a creature.
|
||||
*
|
||||
* The user can either select an npc or provide its GUID.
|
||||
|
|
@ -3080,7 +3080,7 @@ bool ChatHandler::HandleWpAddCommand(char* args)
|
|||
return true;
|
||||
} // HandleWpAddCommand
|
||||
|
||||
/**
|
||||
/*
|
||||
* .wp modify emote | spell | text | del | move | add
|
||||
*
|
||||
* add -> add a WP after the selected visual waypoint
|
||||
|
|
@ -3474,7 +3474,7 @@ bool ChatHandler::HandleWpModifyCommand(char* args)
|
|||
return true;
|
||||
}
|
||||
|
||||
/**
|
||||
/*
|
||||
* .wp show info | on | off
|
||||
*
|
||||
* info -> User has selected a visual waypoint before
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue