mirror of
https://github.com/mangosfour/server.git
synced 2025-12-25 13:37:02 +00:00
* Change sql update naming scheme from absent now revison numbers to date+counter, update old sql update names to preserve proper order.
This commit is contained in:
parent
708440742b
commit
32ad72350f
69 changed files with 128 additions and 125 deletions
4
sql/updates/06370_mangos_spell_affect.sql
Normal file
4
sql/updates/06370_mangos_spell_affect.sql
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
DELETE FROM spell_affect WHERE entry = 8875 AND effectId = 1 LIMIT 1;
|
||||
|
||||
INSERT INTO spell_affect ( entry , effectId , SpellFamilyMask ) VALUES
|
||||
(8875, 1, 0x40000000000);
|
||||
Loading…
Add table
Add a link
Reference in a new issue