mirror of
https://github.com/azerothcore/mod-ale
synced 2025-11-29 15:38:17 +08:00
Eluna fix crash on InterruptSpell. Make item use and item gossip hooks to be able to return false to stop spell casting.
This commit is contained in:
@@ -189,7 +189,7 @@ struct EventMgr
|
||||
Object* obj; // Object to push
|
||||
};
|
||||
|
||||
EventMgr(Eluna& _E) : E(_E)
|
||||
EventMgr(Eluna& _E): E(_E)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user