Mercurial > mm7
diff stru6.cpp @ 488:a3939d5067c4
Spells
author | Nomad |
---|---|
date | Wed, 27 Feb 2013 22:15:30 +0200 |
parents | 7887a9cf9e7b |
children | e01730a207c3 |
line wrap: on
line diff
--- a/stru6.cpp Wed Feb 27 17:29:05 2013 +0200 +++ b/stru6.cpp Wed Feb 27 22:15:30 2013 +0200 @@ -1336,12 +1336,12 @@ switch (uSpellID) { - case 153: + case SPELL_153: __debugbreak(); // spell id == 153 wtf v6 = "zapp"; break; - case 150: + case SPELL_150: __debugbreak(); // spell id == 150 wtf case SPELL_AIR_FEATHER_FALL: case SPELL_SPIRIT_DETECT_LIFE: @@ -1349,7 +1349,7 @@ v6 = "spboost1"; break; - case 151: + case SPELL_151: __debugbreak(); // spell id == 151 wtf case SPELL_AIR_INVISIBILITY: case SPELL_WATER_WATER_WALK: @@ -1357,7 +1357,7 @@ v6 = "spboost2"; break; - case 152: + case SPELL_152: __debugbreak(); // spell id == 152 wtf case SPELL_LIGHT_HOUR_OF_POWER: case SPELL_LIGHT_DAY_OF_THE_GODS: