aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorMatan Shukry <matanshukry@gmail.com>2021-12-26 20:14:46 +0200
committerGitHub <noreply@github.com>2021-12-26 19:14:46 +0100
commitb821a729733db0d3742b4aefe05e5a8305724f66 (patch)
tree5950610a9f6e50d906630825457d952c9548f7cd /sql
parente00b1df36ec021bb80659ab9828e0c1a9b55adcf (diff)
Core/Player: Initial War Mode support (#25926)
* Enable PvP talents * War Mode buff aura * Forced PvP flagging Co-authored-by: Shauren <shauren.trinity@gmail.com>
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/master/2021_12_26_00_world.sql4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_12_26_00_world.sql b/sql/updates/world/master/2021_12_26_00_world.sql
new file mode 100644
index 00000000000..3a5c0d8abce
--- /dev/null
+++ b/sql/updates/world/master/2021_12_26_00_world.sql
@@ -0,0 +1,4 @@
+DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_gen_war_mode_enlisted';
+INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
+(269083,'spell_gen_war_mode_enlisted'),
+(282559,'spell_gen_war_mode_enlisted');