PDA

Просмотр полной версии : [9411] More SpellEffectIndex using in apropriate cases


newsbot
19.02.2010, 06:51
<pre>m src/game/AchievementMgr.cpp
m src/game/Creature.cpp
m src/game/Creature.h
m src/game/CreatureEventAI.cpp
m src/game/DBCStructure.h
m src/game/DynamicObject.cpp
m src/game/DynamicObject.h
m src/game/GridNotifiersImpl.h
m src/game/Level3.cpp
m src/game/ObjectMgr.cpp
m src/game/Pet.cpp
m src/game/Player.cpp
m src/game/Player.h
m src/game/Spell.cpp
m src/game/Spell.h
m src/game/SpellAuras.cpp
m src/game/SpellAuras.h
m src/game/SpellEffects.cpp
m src/game/SpellMgr.cpp
m src/game/SpellMgr.h
m src/game/StatSystem.cpp
m src/game/Totem.cpp
m src/game/Totem.h
m src/game/Unit.cpp
m src/game/Unit.h
m src/shared/revision_nr.h

[9411] More SpellEffectIndex using in apropriate cases</pre>



Дальше... (http://github.com/mangos/mangos/commit/881a46792d462ffc69818bae53e5571f0104cc3e)

Osa
19.02.2010, 08:49
Хм..при компиле вывалились ошибки...с предыдущим все впорядке.
../../../src/game/DynamicObject.h:36: error: 'SpellEffectIndex' has not been de clared
../../../src/game/DynamicObject.h:40: error: 'SpellEffectIndex' does not name a type
../../../src/game/DynamicObject.h:62: error: 'SpellEffectIndex' does not name a type
gmake[2]: *** [GridNotifiers.o] Error 1

FreeBSD
19.02.2010, 13:21
../../../src/game/DynamicObject.h:36: error: 'SpellEffectIndex' has not been declared
../../../src/game/DynamicObject.h:40: error: 'SpellEffectIndex' does not name a type
../../../src/game/DynamicObject.h:62: error: 'SpellEffectIndex' does not name a type
gmake[3]: *** [GridNotifiers.o] Error 1
gmake[3]: Leaving directory `/usr/opt/compile/mangos/obj/src/game'
gmake[2]: *** [all-recursive] Error 1
gmake[2]: Leaving directory `/usr/opt/compile/mangos/obj/src'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/usr/opt/compile/mangos/obj'
gmake: *** [all] Error 2

тоже самое

Konctantin
19.02.2010, 14:59
Попробуйте проинклюдить файл, где объявлен класс SpellEffectIndex

Vladimir
19.02.2010, 18:15
Имеено так поправлено в [9412]