mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 13:37:05 +00:00
* [2008_10_18_02_mangos_spell_proc_event.sql] Item 30627 hiddent cooldown. Patch provided by Blaymoira.
This commit is contained in:
parent
5710a7429b
commit
fea37f9291
3 changed files with 6 additions and 1 deletions
|
|
@ -15076,7 +15076,7 @@ INSERT INTO `spell_proc_event` VALUES
|
||||||
(41434,0,0,0,0,0x0000000000000000,0x00000001,2,45),
|
(41434,0,0,0,0,0x0000000000000000,0x00000001,2,45),
|
||||||
(41635,0,0,0,0,0x0000000000000000,0x00008000,0,0),
|
(41635,0,0,0,0,0x0000000000000000,0x00008000,0,0),
|
||||||
(41989,0,0,0,0,0x0000000000000000,0x00000001,3,0),
|
(41989,0,0,0,0,0x0000000000000000,0x00000001,3,0),
|
||||||
(42083,0,0,0,0,0x0000000000000000,0x00401000,0,0),
|
(42083,0,0,0,0,0x0000000000000000,0x00401000,0,45),
|
||||||
(42135,0,0,0,0,0x0000000000000000,0x00100402,0,90),
|
(42135,0,0,0,0,0x0000000000000000,0x00100402,0,90),
|
||||||
(42136,0,0,0,0,0x0000000000000000,0x00100402,0,90),
|
(42136,0,0,0,0,0x0000000000000000,0x00100402,0,90),
|
||||||
(42370,0,0,0,11,0x0000000000000080,0x08000000,0,0),
|
(42370,0,0,0,11,0x0000000000000080,0x08000000,0,0),
|
||||||
|
|
|
||||||
3
sql/updates/2008_10_18_02_mangos_spell_proc_event.sql
Normal file
3
sql/updates/2008_10_18_02_mangos_spell_proc_event.sql
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
DELETE FROM spell_proc_event where entry = 42083;
|
||||||
|
INSERT INTO spell_proc_event (entry, SchoolMask, Category, SkillID, SpellFamilyName, SpellFamilyMask, procFlags, ppmRate, cooldown) VALUES
|
||||||
|
(42083,0,0,0,0,0x0000000000000000,0x00401000,0,45);
|
||||||
|
|
@ -93,6 +93,7 @@ pkgdata_DATA = \
|
||||||
06751_realmd_account.sql \
|
06751_realmd_account.sql \
|
||||||
06760_mangos_creature_template.sql \
|
06760_mangos_creature_template.sql \
|
||||||
2008_10_18_01_characters_characters.sql \
|
2008_10_18_01_characters_characters.sql \
|
||||||
|
2008_10_18_02_mangos_spell_proc_event.sql \
|
||||||
README
|
README
|
||||||
|
|
||||||
## Additional files to include when running 'make dist'
|
## Additional files to include when running 'make dist'
|
||||||
|
|
@ -167,4 +168,5 @@ EXTRA_DIST = \
|
||||||
06751_realmd_account.sql \
|
06751_realmd_account.sql \
|
||||||
06760_mangos_creature_template.sql \
|
06760_mangos_creature_template.sql \
|
||||||
2008_10_18_01_characters_characters.sql \
|
2008_10_18_01_characters_characters.sql \
|
||||||
|
2008_10_18_02_mangos_spell_proc_event.sql \
|
||||||
README
|
README
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue