Skip to content

Commit

Permalink
Scripts: Fix dbscript error for cast spell and command additional
Browse files Browse the repository at this point in the history
  • Loading branch information
killerwife committed Feb 4, 2025
1 parent fdc14c3 commit a0fe9c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/game/DBScripts/ScriptMgr.h
Original file line number Diff line number Diff line change
Expand Up @@ -595,6 +595,7 @@ struct ScriptInfo
case SCRIPT_COMMAND_TEMP_SPAWN_CREATURE:
case SCRIPT_COMMAND_REMOVE_AURA:
case SCRIPT_COMMAND_ACTIVATE_OBJECT:
case SCRIPT_COMMAND_CAST_SPELL:
case SCRIPT_COMMAND_PLAY_SOUND:
case SCRIPT_COMMAND_CREATE_ITEM:
case SCRIPT_COMMAND_MOVEMENT:
Expand Down

0 comments on commit a0fe9c6

Please sign in to comment.