diff options
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/7083_world_creature_template.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/7083_world_creature_template.sql b/sql/updates/7083_world_creature_template.sql new file mode 100644 index 00000000000..b8d69da2a09 --- /dev/null +++ b/sql/updates/7083_world_creature_template.sql @@ -0,0 +1,5 @@ +-- Usually creature_template changes MUST GO to TDB +-- creature_template spell1-spell8 are in the exceptions +UPDATE `creature_template` SET `spell8` = 27892 WHERE `entry` IN (16124, 29987); +UPDATE `creature_template` SET `spell8` = 27928 WHERE `entry` IN (16125, 29985); +UPDATE `creature_template` SET `spell8` = 27935 WHERE `entry` IN (16126, 29986); |
