mirror of
https://github.com/mangosfour/server.git
synced 2025-12-27 01:37:04 +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
3
sql/updates/06528_mangos_spell_affect.sql
Normal file
3
sql/updates/06528_mangos_spell_affect.sql
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
DELETE FROM spell_affect WHERE entry IN (43743);
|
||||
INSERT INTO spell_affect VALUES
|
||||
(43743,1,0x0000000008000400);
|
||||
Loading…
Add table
Add a link
Reference in a new issue