diff options
| author | aquadeus <95978183+aquadeus@users.noreply.github.com> | 2021-12-17 12:27:12 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-12-17 12:27:12 +0100 |
| commit | 01ac538cd252151f0db16748aa81a813a23b18b7 (patch) | |
| tree | b4d5bb092a799d821c3e73c85a8a5cd06790fd45 /sql | |
| parent | 05037bd936756b8ae553d17fd920ad8316f27487 (diff) | |
Scripts/Spells: Fix priest Mind Bomb (#27415)
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/master/2021_12_17_00_world_priest_mind_bomb.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_12_17_00_world_priest_mind_bomb.sql b/sql/updates/world/master/2021_12_17_00_world_priest_mind_bomb.sql new file mode 100644 index 00000000000..37190073d80 --- /dev/null +++ b/sql/updates/world/master/2021_12_17_00_world_priest_mind_bomb.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_pri_mind_bomb'; +INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES +(205369, 'spell_pri_mind_bomb'); |
