diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2014-02-09 16:31:18 +0100 |
---|---|---|
committer | Aokromes <Aokromes@users.noreply.github.com> | 2014-02-09 16:31:18 +0100 |
commit | 18823bc06e9a01345aa600dbe528094c4ab84382 (patch) | |
tree | 28d4dddc8076ca334eb4ceffd9c558fc43aa6f87 | |
parent | 7a188c8685aa0f2fccba636d66ba736b13ea604f (diff) |
DB/Creature: Fix more triggers visibility
If anyone can post a complete list of triggers visible to players but no to gms create a ticket with them, thx.
-rw-r--r-- | sql/updates/world/2014_02_09_02_world_creature_template.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2014_02_09_02_world_creature_template.sql b/sql/updates/world/2014_02_09_02_world_creature_template.sql new file mode 100644 index 00000000000..c6dafb9c68c --- /dev/null +++ b/sql/updates/world/2014_02_09_02_world_creature_template.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature_template` SET `modelid1`=20570, `modelid2`=17612 WHERE `entry` IN (29056,29057,29058); |