AzerothCore 3.3.5a
OpenSource WoW Emulator
Loading...
Searching...
No Matches
cs_deserter.cpp File Reference

.deserter related commands More...

#include "Chat.h"
#include "CommandScript.h"
#include "Language.h"
#include "Player.h"
#include "SpellAuras.h"

Go to the source code of this file.

Classes

class  deserter_commandscript
 

Enumerations

enum  Spells {
  LFG_SPELL_DUNGEON_DESERTER = 71041 ,
  BG_SPELL_DESERTER = 26013
}
 

Functions

void AddSC_deserter_commandscript ()
 

Detailed Description

.deserter related commands

This file contains the CommandScripts for all deserter sub-commands

Definition in file cs_deserter.cpp.

Enumeration Type Documentation

◆ Spells

enum Spells
Enumerator
LFG_SPELL_DUNGEON_DESERTER 
BG_SPELL_DESERTER 
34{
36 BG_SPELL_DESERTER = 26013
37};
@ LFG_SPELL_DUNGEON_DESERTER
Definition cs_deserter.cpp:35
@ BG_SPELL_DESERTER
Definition cs_deserter.cpp:36

Function Documentation

◆ AddSC_deserter_commandscript()

void AddSC_deserter_commandscript ( )
433{
435}
Definition cs_deserter.cpp:40

Referenced by AddCommandsScripts().