diff options
| author | SargeroDeV <83485584+SargeroDeV@users.noreply.github.com> | 2023-05-18 16:27:37 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-18 22:27:37 +0200 |
| commit | e943c695f2ff84cf1124a143437389867c930cfb (patch) | |
| tree | 71704f676ffbb4faf6c5d3f0954a5a5f4054d014 /sql | |
| parent | 94b7a863ef08444ce5086de6196ee77e47a155c0 (diff) | |
Scripts/Warrior: Implement Warbreaker and In For The Kill (#28994)
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/master/2023_05_18_01_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2023_05_18_01_world.sql b/sql/updates/world/master/2023_05_18_01_world.sql new file mode 100644 index 00000000000..658547c5619 --- /dev/null +++ b/sql/updates/world/master/2023_05_18_01_world.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_script_names` WHERE `spell_id`= 262161; +INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES +(262161,'spell_warr_colossus_smash'); |
