mirror of
https://github.com/azerothcore/mod-ale
synced 2025-11-29 15:38:17 +08:00
Added missing parameter OnQuestReward
Cleaned commented code
This commit is contained in:
@@ -226,7 +226,6 @@ namespace HookMgr
|
||||
CREATURE_EVENT_ON_DUMMY_EFFECT = 30, // (event, caster, spellid, effindex, creature)
|
||||
CREATURE_EVENT_ON_QUEST_ACCEPT = 31, // (event, player, creature, quest)
|
||||
// UNUSED = 32, // (event, creature)
|
||||
// CREATURE_EVENT_ON_QUEST_COMPLETE = 33, // (event, player, creature, quest) Decapreted, use CREATURE_EVENT_ON_QUEST_REWARD
|
||||
CREATURE_EVENT_ON_QUEST_REWARD = 34, // (event, player, creature, quest, opt)
|
||||
CREATURE_EVENT_ON_DIALOG_STATUS = 35, // (event, player, creature)
|
||||
CREATURE_EVENT_ON_ADD = 36, // (event, creature)
|
||||
@@ -247,7 +246,6 @@ namespace HookMgr
|
||||
GAMEOBJECT_EVENT_ON_DAMAGED = 8, // (event, go, player)
|
||||
GAMEOBJECT_EVENT_ON_LOOT_STATE_CHANGE = 9, // (event, go, state)
|
||||
GAMEOBJECT_EVENT_ON_GO_STATE_CHANGED = 10, // (event, go, state)
|
||||
// GAMEOBJECT_EVENT_ON_QUEST_COMPLETE = 11, // (event, player, go, quest) Decapreted, use GAMEOBJECT_EVENT_ON_QUEST_REWARD
|
||||
GAMEOBJECT_EVENT_ON_ADD = 12, // (event, gameobject)
|
||||
GAMEOBJECT_EVENT_ON_REMOVE = 13, // (event, gameobject)
|
||||
GAMEOBJECT_EVENT_COUNT
|
||||
|
||||
Reference in New Issue
Block a user