diff options
| author | Spp <spp@jorge.gr> | 2012-11-20 09:29:52 +0100 |
|---|---|---|
| committer | Spp <spp@jorge.gr> | 2012-11-20 09:29:52 +0100 |
| commit | 81606e5d1ea562b6842ff327fffb551aecd5a79c (patch) | |
| tree | e1935eff5e9b042a30f7bfdd495bc35d4cdcb804 /src/server/scripts/EasternKingdoms/ScarletMonastery | |
| parent | ced723a53a04b08cc7cafd4dda913108f138c31b (diff) | |
Core/Misc: Define some methods const
Diffstat (limited to 'src/server/scripts/EasternKingdoms/ScarletMonastery')
| -rw-r--r-- | src/server/scripts/EasternKingdoms/ScarletMonastery/instance_scarlet_monastery.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/server/scripts/EasternKingdoms/ScarletMonastery/instance_scarlet_monastery.cpp b/src/server/scripts/EasternKingdoms/ScarletMonastery/instance_scarlet_monastery.cpp index 3d3d9ae52ae..e65ab21b8cf 100644 --- a/src/server/scripts/EasternKingdoms/ScarletMonastery/instance_scarlet_monastery.cpp +++ b/src/server/scripts/EasternKingdoms/ScarletMonastery/instance_scarlet_monastery.cpp @@ -132,7 +132,7 @@ public: } } - uint64 GetData64(uint32 type) + uint64 GetData64(uint32 type) const { switch (type) { @@ -147,7 +147,7 @@ public: return 0; } - uint32 GetData(uint32 type) + uint32 GetData(uint32 type) const { if (type == TYPE_MOGRAINE_AND_WHITE_EVENT) return encounter[0]; |
