Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes an issue where `InitInstance` would not set the instance symbol to the instance being initialized, causing problems when said initialization would include references to the symbol being initialized, e.g.: ``` instance BLOODHOUND(MST_DEFAULT_BLOODHOUND) { SET_BLOODHOUND_VISUALS(); NPC_SETTOFISTMODE(BLOODHOUND); // <-- };
- Loading branch information