diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2014-02-09 15:49:43 +0100 |
---|---|---|
committer | Aokromes <Aokromes@users.noreply.github.com> | 2014-02-09 15:49:43 +0100 |
commit | 2974057cd7a314693a24ece7e610e3b8e6752423 (patch) | |
tree | 789026f8c340b38577574cb15ca4010fa66f30df | |
parent | 6eac6ec51587d3ab7ccef85f512af9b086727cfa (diff) |
DB/Creature: Fix another trigger visibility
They where visible to players and invisible to gms.
-rw-r--r-- | sql/updates/world/2014_02_09_01_world_creature_template.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2014_02_09_01_world_creature_template.sql b/sql/updates/world/2014_02_09_01_world_creature_template.sql new file mode 100644 index 00000000000..660ccac6268 --- /dev/null +++ b/sql/updates/world/2014_02_09_01_world_creature_template.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature_template` SET `modelid1`=20570, `modelid2`=17612 WHERE `entry`=29069; |