diff options
| author | offl <offl@users.noreply.github.com> | 2021-07-13 15:42:13 +0300 |
|---|---|---|
| committer | offl <offl@users.noreply.github.com> | 2021-07-13 15:42:13 +0300 |
| commit | 99578abd01b7f32de20d33d1cf4f482346bbb416 (patch) | |
| tree | 6622d548858b177cc5d151fc5e45ed1c23c9ebe1 /sql/updates | |
| parent | e4b42314c0cb6f60b7cef9d6d3e0725e7dd3c6c4 (diff) | |
Scripts/The Eye: Migrate Al'ar's fire immunity to DB
Nope, that apply-remove hack is not needed
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/world/3.3.5/2021_07_13_00_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2021_07_13_00_world.sql b/sql/updates/world/3.3.5/2021_07_13_00_world.sql new file mode 100644 index 00000000000..61db1b0f644 --- /dev/null +++ b/sql/updates/world/3.3.5/2021_07_13_00_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature_template` SET `spell_school_immune_mask` = `spell_school_immune_mask` |4 WHERE `entry` = 19514; |
