diff options
author | Aokromes <jipr@hotmail.com> | 2014-02-09 10:53:49 +0100 |
---|---|---|
committer | Aokromes <jipr@hotmail.com> | 2014-02-09 10:53:49 +0100 |
commit | 6eac6ec51587d3ab7ccef85f512af9b086727cfa (patch) | |
tree | 65dddff2c55d321135fdbfd50ed581628d0a2c7a | |
parent | 94b912f7a62947677d858c8814292ca340aa1e9e (diff) |
DB/Creature: Fix trigger visibility
They where visible to players and invisible to gms.
-rw-r--r-- | sql/updates/world/2014_02_09_00_world_creature_template.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2014_02_09_00_world_creature_template.sql b/sql/updates/world/2014_02_09_00_world_creature_template.sql new file mode 100644 index 00000000000..226fc183385 --- /dev/null +++ b/sql/updates/world/2014_02_09_00_world_creature_template.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature_template` SET `modelid1`=16480, `modelid2`=16925 WHERE `entry`=18955; |