From b821a729733db0d3742b4aefe05e5a8305724f66 Mon Sep 17 00:00:00 2001 From: Matan Shukry Date: Sun, 26 Dec 2021 20:14:46 +0200 Subject: Core/Player: Initial War Mode support (#25926) * Enable PvP talents * War Mode buff aura * Forced PvP flagging Co-authored-by: Shauren --- sql/updates/world/master/2021_12_26_00_world.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/world/master/2021_12_26_00_world.sql (limited to 'sql') 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'); -- cgit v1.2.3