diff options
| author | Aqua Deus <95978183+aquadeus@users.noreply.github.com> | 2023-08-26 18:30:09 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-26 18:30:09 +0200 |
| commit | 78531ed6bff3fb59c0e2367f06f2c628f12d98ed (patch) | |
| tree | 159159c43f7c8de119a45da09d463deeb28685de /sql | |
| parent | c9751eb7375b1caaef37ac5fccd1b82fad1177fa (diff) | |
Scripts/Spells: Implement Cheat Death (#29201)
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/master/2023_08_26_01_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2023_08_26_01_world.sql b/sql/updates/world/master/2023_08_26_01_world.sql new file mode 100644 index 00000000000..4fb8d0940ed --- /dev/null +++ b/sql/updates/world/master/2023_08_26_01_world.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_rog_cheat_death'; +INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES +(31230, 'spell_rog_cheat_death'); |
