aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorMeji <alvaromegias_46@hotmail.com>2021-12-10 20:17:21 +0100
committerGitHub <noreply@github.com>2021-12-10 20:17:21 +0100
commit0a8f79ad5ad5afbf6a6aedc9ad46c3b774877b31 (patch)
treedeae1c4d03a81fd51df89ddc731ed44dbc530e71 /sql
parent747da1f804a05462fb0d542a9570f27a549688dc (diff)
Core/BattlePets: Improvements when enabling battle pets (#27367)
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/master/2021_12_10_00_world.sql5
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_12_10_00_world.sql b/sql/updates/world/master/2021_12_10_00_world.sql
new file mode 100644
index 00000000000..e05d176090e
--- /dev/null
+++ b/sql/updates/world/master/2021_12_10_00_world.sql
@@ -0,0 +1,5 @@
+DELETE FROM `spell_learn_spell` WHERE `entry` = 125610;
+INSERT INTO `spell_learn_spell` (`entry`, `SpellID`, `Active`) VALUES
+(125610,119467,1),
+(125610,122026,1),
+(125610,125439,1);