mirror of
https://github.com/araxiaonline/Traumas.git
synced 2026-06-13 02:12:20 -04:00
9 lines
220 B
SQL
9 lines
220 B
SQL
REPLACE INTO `spell_proc`
|
|
(`SpellId`,`SpellTypeMask`,`Chance`,`Cooldown`)
|
|
VALUES
|
|
('455001','1','20','4000'),
|
|
('455002','1','20','4000'),
|
|
('455003','1','33','1000'),
|
|
('455004','1','20','4000'),
|
|
('455005','1','50','250');
|