We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0399fdd commit f34f0e3Copy full SHA for f34f0e3
ElunaTemplate.h
@@ -155,7 +155,9 @@ MAKE_ELUNA_OBJECT_VALUE_IMPL(unsigned long long);
155
MAKE_ELUNA_OBJECT_VALUE_IMPL(ObjectGuid);
156
MAKE_ELUNA_OBJECT_VALUE_IMPL(WorldPacket);
157
MAKE_ELUNA_OBJECT_VALUE_IMPL(ElunaQuery);
158
+#if ELUNA_EXPANSION == EXP_RETAIL
159
MAKE_ELUNA_OBJECT_VALUE_IMPL(std::vector<SpellPowerCost>);
160
+#endif
161
162
template<typename T = void>
163
struct ElunaRegister
0 commit comments