mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-02 18:43:48 +00:00
Merge branch 'master' into Playerbot
This commit is contained in:
@@ -995,6 +995,16 @@ enum PlayerCommandStates
|
||||
CHEAT_WATERWALK = 0x10
|
||||
};
|
||||
|
||||
// Used for OnGiveXP PlayerScript hook
|
||||
enum PlayerXPSource
|
||||
{
|
||||
XPSOURCE_KILL = 0,
|
||||
XPSOURCE_QUEST = 1,
|
||||
XPSOURCE_QUEST_DF = 2,
|
||||
XPSOURCE_EXPLORE = 3,
|
||||
XPSOURCE_BATTLEGROUND = 4
|
||||
};
|
||||
|
||||
enum InstantFlightGossipAction
|
||||
{
|
||||
GOSSIP_ACTION_TOGGLE_INSTANT_FLIGHT = 500
|
||||
|
||||
Reference in New Issue
Block a user