mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-30 13:47:23 +01:00
*Update to Mangos 6867. Source: Mangos.
*Big changes: *[6858] Prevent cheating with ignore waiting in login queue. *[6863] Arena team related clean ups and adding parts of w12x's arena patch. *Some Config changes and guild changes. --HG-- branch : trunk
This commit is contained in:
@@ -16,6 +16,10 @@ Line 20 : INSERT INTO spell_proc_event (entry, SchoolMask, Category, SkillID, Sp
|
||||
[\updates\79_world.sql]
|
||||
Line 1 : DELETE FROM spell_proc_event where entry = 42083;
|
||||
Line 2 : INSERT INTO spell_proc_event (entry, SchoolMask, Category, SkillID, SpellFamilyName, SpellFamilyMask, procFlags, ppmRate, cooldown) VALUES
|
||||
|
||||
DELETE FROM spell_proc_event where entry = 35080;
|
||||
INSERT INTO spell_proc_event (entry, SchoolMask, Category, SkillID, SpellFamilyName, SpellFamilyMask, procFlags, ppmRate, cooldown) VALUES
|
||||
(35080,0,0,0,0,0x0000000000000000,0x00080001,0,60);
|
||||
*/
|
||||
|
||||
DROP TABLE IF EXISTS `spell_proc_event`;
|
||||
|
||||
2
sql/updates/356_world.sql
Normal file
2
sql/updates/356_world.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
DELETE FROM `spell_elixir` WHERE `entry` = 45373;
|
||||
INSERT INTO `spell_elixir` VALUES (45373,0x1);
|
||||
Reference in New Issue
Block a user