diff options
| author | Jeremy <Golrag@users.noreply.github.com> | 2025-06-07 23:27:29 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-07 23:27:29 +0200 |
| commit | b3801d2728e91072bd0dc030563dafb50fc50d9b (patch) | |
| tree | ee314f66cccef77452938a44107ee0fe84f83398 /sql | |
| parent | 3596ecaf311819cd0b34c511b7cdc9b09a411f6d (diff) | |
Scripts/Spells: Make Rampage trigger enrage (#31041)
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/master/2025_mm_dd_xx_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2025_mm_dd_xx_world.sql b/sql/updates/world/master/2025_mm_dd_xx_world.sql new file mode 100644 index 00000000000..c3623676b61 --- /dev/null +++ b/sql/updates/world/master/2025_mm_dd_xx_world.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_script_names` WHERE `ScriptName` = 'spell_warr_rampage_enrage'; +INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES +(184367, 'spell_warr_rampage_enrage'); |
