Misc fixes / DB updates
This commit is contained in:
@@ -398,7 +398,7 @@ namespace Framework.Constants
|
|||||||
Unk20 = 0x100000,
|
Unk20 = 0x100000,
|
||||||
Unk21 = 0x200000,
|
Unk21 = 0x200000,
|
||||||
Commentator2 = 0x400000,
|
Commentator2 = 0x400000,
|
||||||
AllowOnlyAbility = 0x800000,
|
HidAccountAchievements = 0x800000,
|
||||||
PetBattlesUnlocked = 0x1000000,
|
PetBattlesUnlocked = 0x1000000,
|
||||||
NoXPGain = 0x2000000,
|
NoXPGain = 0x2000000,
|
||||||
Unk26 = 0x4000000,
|
Unk26 = 0x4000000,
|
||||||
|
|||||||
@@ -658,7 +658,8 @@ DeclinedNames = 0
|
|||||||
# Expansion
|
# Expansion
|
||||||
# Description: Allow server to use content from expansions. Checks for expansion-related
|
# Description: Allow server to use content from expansions. Checks for expansion-related
|
||||||
# map files, client compatibility and class/race character creation.
|
# map files, client compatibility and class/race character creation.
|
||||||
# Default: 7 - (Expansion 7)
|
# Default: 8 - (Expansion 8)
|
||||||
|
# 7 - (Expansion 7)
|
||||||
# 6 - (Expansion 6)
|
# 6 - (Expansion 6)
|
||||||
# 5 - (Expansion 5)
|
# 5 - (Expansion 5)
|
||||||
# 4 - (Expansion 4)
|
# 4 - (Expansion 4)
|
||||||
@@ -667,7 +668,7 @@ DeclinedNames = 0
|
|||||||
# 1 - (Expansion 1)
|
# 1 - (Expansion 1)
|
||||||
# 0 - (Disabled, Ignore and disable expansion content (maps, races, classes)
|
# 0 - (Disabled, Ignore and disable expansion content (maps, races, classes)
|
||||||
|
|
||||||
Expansion = 7
|
Expansion = 8
|
||||||
|
|
||||||
#
|
#
|
||||||
# MinPlayerName
|
# 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');
|
||||||
Reference in New Issue
Block a user