diff options
| author | offl <offl@users.noreply.github.com> | 2021-08-15 00:55:54 +0300 |
|---|---|---|
| committer | offl <offl@users.noreply.github.com> | 2021-08-15 00:55:54 +0300 |
| commit | 266bda9456767ead758036179b1961035461d8b8 (patch) | |
| tree | 87c318c68e13b3841172acd079cbb87186c7c4ee | |
| parent | 2a354f072eb81ad267168800ec225c4a588a22c7 (diff) | |
DB/Creature: Restore original values of some fields
| -rw-r--r-- | sql/updates/world/3.3.5/2021_08_14_07_world.sql | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2021_08_14_07_world.sql b/sql/updates/world/3.3.5/2021_08_14_07_world.sql new file mode 100644 index 00000000000..fe22013cfd6 --- /dev/null +++ b/sql/updates/world/3.3.5/2021_08_14_07_world.sql @@ -0,0 +1,6 @@ +-- +UPDATE `creature_template` SET `rank` = 3 WHERE `entry` = 28952; +UPDATE `creature_template` SET `type_flags` = 0 WHERE `entry` = 3628; +UPDATE `creature_template` SET `type_flags` = 0 WHERE `entry` = 6390; +UPDATE `creature_template` SET `type_flags` = 4096 WHERE `entry` = 11832; +UPDATE `creature_template` SET `modelid1` = 1126, `modelid2` = 11686, `type_flags` = 0 WHERE `entry` = 24438; |
