diff options
| author | Intel <chemicstry@gmail.com> | 2014-11-08 19:26:20 +0200 |
|---|---|---|
| committer | Intel <chemicstry@gmail.com> | 2014-11-08 19:26:20 +0200 |
| commit | 4e684f74a8cc7007fbfa5fa06ec822c1b07e2109 (patch) | |
| tree | 1f42df1e1ac7ab9754d48879b6d49801555ec6d8 /src/server/scripts/World | |
| parent | bb60453cb32474c295c589517c9779c44b4e5cd0 (diff) | |
Core/DataStores: Updated DungeonEncounter.dbc, DurabilityCosts.dbc, DurabilityQuality.dbc, EmotesEntry.dbc, EmotesText.dbc, Faction.dbc, FactionTemplate.dbc structs
Diffstat (limited to 'src/server/scripts/World')
| -rw-r--r-- | src/server/scripts/World/go_scripts.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/scripts/World/go_scripts.cpp b/src/server/scripts/World/go_scripts.cpp index 752ea2feb1c..800b533d216 100644 --- a/src/server/scripts/World/go_scripts.cpp +++ b/src/server/scripts/World/go_scripts.cpp @@ -236,7 +236,7 @@ public: { uint32 Spell = 0; - switch (pFaction->faction) + switch (pFaction->Faction) { case 1011: Spell = SPELL_REP_LC; break; case 935: Spell = SPELL_REP_SHAT; break; |
