diff options
| author | Spp <none@none> | 2010-04-15 10:18:38 +0200 |
|---|---|---|
| committer | Spp <none@none> | 2010-04-15 10:18:38 +0200 |
| commit | 08785d63abe7b1d3967c60ddf93f3f8193317118 (patch) | |
| tree | 4c91516f9eb3f9f5efff6480ca00fd3bc2c57fd6 /src/scripts | |
| parent | 8abcca0a06d48d4c9d7039bf7a6b27c57f7eb878 (diff) | |
Fix bad use of worldstates table in last commit
--HG--
branch : trunk
Diffstat (limited to 'src/scripts')
| -rw-r--r-- | src/scripts/northrend/violet_hold/violet_hold.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scripts/northrend/violet_hold/violet_hold.h b/src/scripts/northrend/violet_hold/violet_hold.h index e9f97b1a973..4476d5e823a 100644 --- a/src/scripts/northrend/violet_hold/violet_hold.h +++ b/src/scripts/northrend/violet_hold/violet_hold.h @@ -61,7 +61,7 @@ enum Bosses BOSS_CYANIGOSA }; -enum WorldStates +enum VHWorldStates { WORLD_STATE_VH = 3816, WORLD_STATE_VH_PRISON_STATE = 3815, |
