mirror of
https://github.com/mangosfour/server.git
synced 2025-12-26 07:37:02 +00:00
[9692] Switch to support client 3.3.3a (build 11723)
Merge branch '330' You need regenerate dbc/map/vmap files. Thanks to TOM_RUS who make most work for adding 3.3.3 support. ;)
This commit is contained in:
parent
b37933454d
commit
cf6aac84fd
10 changed files with 25 additions and 13 deletions
|
|
@ -1,14 +0,0 @@
|
|||
-- Rampage: now passive instead of being a proc
|
||||
DELETE FROM `spell_proc_event` WHERE `entry` = 29801;
|
||||
-- Unleashed Rage: now passive instead of being a proc
|
||||
DELETE FROM `spell_proc_event` WHERE `entry` IN (30802, 30803, 30804, 30805, 30808, 30809);
|
||||
-- Endless Winter: now passive instead of being a proc
|
||||
DELETE FROM `spell_proc_event` WHERE `entry` IN (49137, 49657);
|
||||
-- Elemental Oath: now passive instead of being a proc
|
||||
DELETE FROM `spell_proc_event` WHERE `entry` IN (51466);
|
||||
-- Abomination's Might: now passive instead of being a proc
|
||||
DELETE FROM `spell_proc_event` WHERE `entry` IN (53137, 53138);
|
||||
-- Incanter's Absorption: now triggering at specific spells absorbing.
|
||||
DELETE FROM `spell_proc_event` WHERE `entry` IN (44394, 44395, 44396);
|
||||
-- Ferocious Inspiration: now passive instead of being a proc
|
||||
DELETE FROM `spell_proc_event` WHERE `entry` = 34457;
|
||||
Loading…
Add table
Add a link
Reference in a new issue