AzerothCore 3.3.5a
OpenSource WoW Emulator
Loading...
Searching...
No Matches
zone_burning_steppes.cpp File Reference
#include "CreatureScript.h"
#include "Player.h"
#include "ScriptedCreature.h"
#include "ScriptedGossip.h"

Go to the source code of this file.

Classes

class  npc_maredis_firestar
 
struct  npc_maredis_firestar::npc_maredis_firestarAI
 

Enumerations

enum  MaredisFirestar {
  ITEM_LIBRAM_OF_RUMINATION = 11732 ,
  ITEM_LIBRAM_OF_CONSTITUTION = 11733 ,
  ITEM_LIBRAM_OF_TENACITY = 11734 ,
  ITEM_LIBRAM_OF_RESILIENCE = 11736 ,
  ITEM_LIBRAM_OF_VORACITY = 11737 ,
  GOSSIP_LIBRAM_OF_RUMINATION = 2299 ,
  GOSSIP_LIBRAM_OF_CONSTITUTION = 2300 ,
  GOSSIP_LIBRAM_OF_TENACITY = 2301 ,
  GOSSIP_LIBRAM_OF_RESILIENCE = 2302 ,
  GOSSIP_LIBRAM_OF_VORACITY = 2303
}
 

Functions

void AddSC_burning_steppes ()
 

Enumeration Type Documentation

◆ MaredisFirestar

Enumerator
ITEM_LIBRAM_OF_RUMINATION 
ITEM_LIBRAM_OF_CONSTITUTION 
ITEM_LIBRAM_OF_TENACITY 
ITEM_LIBRAM_OF_RESILIENCE 
ITEM_LIBRAM_OF_VORACITY 
GOSSIP_LIBRAM_OF_RUMINATION 
GOSSIP_LIBRAM_OF_CONSTITUTION 
GOSSIP_LIBRAM_OF_TENACITY 
GOSSIP_LIBRAM_OF_RESILIENCE 
GOSSIP_LIBRAM_OF_VORACITY 
28{
39};
@ ITEM_LIBRAM_OF_CONSTITUTION
Definition: zone_burning_steppes.cpp:30
@ ITEM_LIBRAM_OF_RESILIENCE
Definition: zone_burning_steppes.cpp:32
@ GOSSIP_LIBRAM_OF_RUMINATION
Definition: zone_burning_steppes.cpp:34
@ GOSSIP_LIBRAM_OF_VORACITY
Definition: zone_burning_steppes.cpp:38
@ ITEM_LIBRAM_OF_VORACITY
Definition: zone_burning_steppes.cpp:33
@ GOSSIP_LIBRAM_OF_RESILIENCE
Definition: zone_burning_steppes.cpp:37
@ ITEM_LIBRAM_OF_RUMINATION
Definition: zone_burning_steppes.cpp:29
@ GOSSIP_LIBRAM_OF_TENACITY
Definition: zone_burning_steppes.cpp:36
@ GOSSIP_LIBRAM_OF_CONSTITUTION
Definition: zone_burning_steppes.cpp:35
@ ITEM_LIBRAM_OF_TENACITY
Definition: zone_burning_steppes.cpp:31

Function Documentation

◆ AddSC_burning_steppes()

void AddSC_burning_steppes ( )
91{
93}
Definition: zone_burning_steppes.cpp:42

Referenced by AddEasternKingdomsScripts().