mirror of
https://github.com/mangosfour/server.git
synced 2025-12-12 19:37:03 +00:00
* [2008_10_19_02_mangos_spell_proc_event.sql] DB data for item 28356 and related, and also for 28602, 30317, 28578. Patch provided by hectolight & Blaymoira
This commit is contained in:
parent
d1ebd52390
commit
169e8cbcb2
3 changed files with 21 additions and 0 deletions
|
|
@ -14957,6 +14957,7 @@ INSERT INTO `spell_proc_event` VALUES
|
|||
(33953,0,0,0,0,0x0000000000000000,0x08000000,0,0),
|
||||
(34082,0,0,0,0,0x0000000000000000,0x00000000,0,0),
|
||||
(34138,0,0,0,11,0x0000000000000080,0x08000000,0,0),
|
||||
(34139,0,0,0,10,0x0000000040000000,0x08000000,0,0),
|
||||
(34303,0,0,0,0,0x0000000000000000,0x00000080,0,0),
|
||||
(34320,0,0,0,0,0x0000000000000000,0x00010000,0,0),
|
||||
(34355,0,0,0,0,0x0000000000000000,0x00100402,0,3),
|
||||
|
|
@ -14970,7 +14971,9 @@ INSERT INTO `spell_proc_event` VALUES
|
|||
(34506,0,0,0,0,0x0000000000000000,0x00080000,0,0),
|
||||
(34507,0,0,0,0,0x0000000000000000,0x00080000,0,0),
|
||||
(34508,0,0,0,0,0x0000000000000000,0x00080000,0,0),
|
||||
(34584,0,0,0,0,0x0000000000000000,0x00004000,0,30),
|
||||
(34586,0,0,0,0,0x0000000000000000,0x00080001,1.5,0),
|
||||
(34598,0,0,0,0,0x0000000000000000,0x00020000,0,45),
|
||||
(34749,0,0,0,0,0x0000000000000000,0x02000000,0,0),
|
||||
(34753,0,0,0,6,0x0000000000001800,0x08000000,0,0),
|
||||
(34774,0,0,0,0,0x0000000000000000,0x00080001,1.5,20),
|
||||
|
|
@ -15005,6 +15008,7 @@ INSERT INTO `spell_proc_event` VALUES
|
|||
(35942,0,0,0,0,0x0000000000000000,0x00080001,0,0),
|
||||
(36111,0,0,0,0,0x0000000000000000,0x00000001,0,0),
|
||||
(36123,0,0,0,0,0x0000000000000000,0x00008000,0,0),
|
||||
(36488,0,0,0,0,0x0000000000000000,0x08000000,0,0),
|
||||
(36576,0,0,0,0,0x0000000000000000,0x00008000,0,0),
|
||||
(37168,0,0,0,8,0x00000009003E0000,0x00020000,0,0),
|
||||
(37169,0,0,0,8,0x0000000000020000,0x00000000,0,0),
|
||||
|
|
@ -15084,8 +15088,10 @@ INSERT INTO `spell_proc_event` VALUES
|
|||
(42083,0,0,0,0,0x0000000000000000,0x00401000,0,45),
|
||||
(42135,0,0,0,0,0x0000000000000000,0x00100402,0,90),
|
||||
(42136,0,0,0,0,0x0000000000000000,0x00100402,0,90),
|
||||
(42368,0,0,0,10,0x0000000040000000,0x08000000,0,0),
|
||||
(42370,0,0,0,11,0x0000000000000080,0x08000000,0,0),
|
||||
(43338,0,0,0,0,0x0000000000000000,0x00001000,0,0),
|
||||
(43726,0,0,0,10,0x0000000040000000,0x08000000,0,0),
|
||||
(43728,0,0,0,11,0x0000000000000080,0x08000000,0,0),
|
||||
(43737,0,0,0,7,0x0000044000000000,0x00000001,0,10),
|
||||
(43739,0,0,0,7,0x0000000000000002,0x00020000,0,0),
|
||||
|
|
@ -15111,6 +15117,7 @@ INSERT INTO `spell_proc_event` VALUES
|
|||
(45483,0,0,0,0,0x0000000000000000,0x00080001,0,45),
|
||||
(45484,0,0,0,0,0x0000000000000000,0x08000000,0,45),
|
||||
(46046,0,0,0,0,0x0000000000000000,0x00000001,0,5),
|
||||
(46092,0,0,0,10,0x0000000040000000,0x08000000,0,0),
|
||||
(46098,0,0,0,11,0x0000000000000080,0x08000000,0,0),
|
||||
(46364,0,0,0,0,0x0000000000000000,0x00100402,0,0),
|
||||
(46569,0,0,0,0,0x0000000000000000,0x00004000,0,45),
|
||||
|
|
|
|||
12
sql/updates/2008_10_19_02_mangos_spell_proc_event.sql
Normal file
12
sql/updates/2008_10_19_02_mangos_spell_proc_event.sql
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
DELETE FROM spell_proc_event WHERE entry IN (34139,42368,43726,46092);
|
||||
INSERT INTO spell_proc_event (entry, SchoolMask, Category, SkillID, SpellFamilyName, SpellFamilyMask, procFlags, ppmRate, cooldown) VALUES
|
||||
(34139,0,0,0,10,0x0000000040000000,0x08000000,0,0),
|
||||
(42368,0,0,0,10,0x0000000040000000,0x08000000,0,0),
|
||||
(43726,0,0,0,10,0x0000000040000000,0x08000000,0,0),
|
||||
(46092,0,0,0,10,0x0000000040000000,0x08000000,0,0);
|
||||
|
||||
DELETE FROM spell_proc_event where entry IN (34598, 34584, 36488);
|
||||
INSERT INTO spell_proc_event (entry, SchoolMask, Category, SkillID, SpellFamilyName, SpellFamilyMask, procFlags, ppmRate, cooldown) VALUES
|
||||
(34598,0,0,0,0,0x0000000000000000,0x00020000,0,45),
|
||||
(36488,0,0,0,0,0x0000000000000000,0x08000000,0,0),
|
||||
(34584,0,0,0,0,0x0000000000000000,0x00004000,0,30);
|
||||
|
|
@ -95,6 +95,7 @@ pkgdata_DATA = \
|
|||
2008_10_18_01_characters_characters.sql \
|
||||
2008_10_18_02_mangos_spell_proc_event.sql \
|
||||
2008_10_19_01_mangos_spell_affect.sql \
|
||||
2008_10_19_02_mangos_spell_proc_event.sql \
|
||||
README
|
||||
|
||||
## Additional files to include when running 'make dist'
|
||||
|
|
@ -171,4 +172,5 @@ EXTRA_DIST = \
|
|||
2008_10_18_01_characters_characters.sql \
|
||||
2008_10_18_02_mangos_spell_proc_event.sql \
|
||||
2008_10_19_01_mangos_spell_affect.sql \
|
||||
2008_10_19_02_mangos_spell_proc_event.sql \
|
||||
README
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue