Misc fixes / DB updates

This commit is contained in:
hondacrx
2021-02-22 16:07:39 -05:00
parent d1c0aa114a
commit 65b4a5c37a
4 changed files with 12 additions and 3 deletions
+1 -1
View File
@@ -398,7 +398,7 @@ namespace Framework.Constants
Unk20 = 0x100000,
Unk21 = 0x200000,
Commentator2 = 0x400000,
AllowOnlyAbility = 0x800000,
HidAccountAchievements = 0x800000,
PetBattlesUnlocked = 0x1000000,
NoXPGain = 0x2000000,
Unk26 = 0x4000000,
+3 -2
View File
@@ -658,7 +658,8 @@ DeclinedNames = 0
# Expansion
# Description: Allow server to use content from expansions. Checks for expansion-related
# map files, client compatibility and class/race character creation.
# Default: 7 - (Expansion 7)
# Default: 8 - (Expansion 8)
# 7 - (Expansion 7)
# 6 - (Expansion 6)
# 5 - (Expansion 5)
# 4 - (Expansion 4)
@@ -667,7 +668,7 @@ DeclinedNames = 0
# 1 - (Expansion 1)
# 0 - (Disabled, Ignore and disable expansion content (maps, races, classes)
Expansion = 7
Expansion = 8
#
# MinPlayerName
@@ -0,0 +1,3 @@
UPDATE `spell_proc` SET `AttributesMask`=`AttributesMask`|0x10 WHERE `SpellId`=44544;
DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_mage_fingers_of_frost';
@@ -0,0 +1,5 @@
DELETE FROM `spell_script_names` WHERE `ScriptName` IN ('spell_pri_prayer_of_mending_heal','spell_pri_prayer_of_mending','spell_pri_prayer_of_mending_aura','spell_pri_prayer_of_mending_jump');
INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES
(33076, 'spell_pri_prayer_of_mending'),
(41635, 'spell_pri_prayer_of_mending_aura'),
(155793, 'spell_pri_prayer_of_mending_jump');