diff options
| author | Aokromes <Aokromes@users.noreply.github.com> | 2014-02-09 17:41:23 +0100 |
|---|---|---|
| committer | Aokromes <Aokromes@users.noreply.github.com> | 2014-02-09 17:41:23 +0100 |
| commit | 0f82a5fa8b2e8f61e41a5a4a509a710fbf2dac4f (patch) | |
| tree | 5fc730fa61f30146d206c3fb8a8e7500685ec8d1 | |
| parent | 18823bc06e9a01345aa600dbe528094c4ab84382 (diff) | |
DB/Creature: Fix more triggers visibility
Closes #8178
| -rw-r--r-- | sql/updates/world/2014_02_09_03_world_creature_template.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2014_02_09_03_world_creature_template.sql b/sql/updates/world/2014_02_09_03_world_creature_template.sql new file mode 100644 index 00000000000..0ce770493a6 --- /dev/null +++ b/sql/updates/world/2014_02_09_03_world_creature_template.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature_template` SET `modelid1`=169, `modelid2`=11686, `flags_extra` = `flags_extra` | 128 WHERE `entry` IN (40091, 43280, 43281, 43282); |
