PageRenderTime 47ms CodeModel.GetById 24ms RepoModel.GetById 0ms app.codeStats 0ms

/sql/updates/0.11/6078_mangos_spell_proc_event.sql

http://github.com/mangosR2/mangos
SQL | 7 lines | 7 code | 0 blank | 0 comment | 0 complexity | 13c493934eb722a9acab4bb40c671a5c MD5 | raw file
Possible License(s): CC-BY-SA-3.0, Unlicense, LGPL-2.1, GPL-2.0
  1. DELETE FROM `spell_proc_event` WHERE `entry` IN (20210,20212,20213,20214,20215);
  2. INSERT INTO `spell_proc_event` VALUES
  3. (20210,0,0,0,10,0x00010000C0000000,0x10000000,0),
  4. (20212,0,0,0,10,0x00010000C0000000,0x10000000,0),
  5. (20213,0,0,0,10,0x00010000C0000000,0x10000000,0),
  6. (20214,0,0,0,10,0x00010000C0000000,0x10000000,0),
  7. (20215,0,0,0,10,0x00010000C0000000,0x10000000,0);