From 6eac6ec51587d3ab7ccef85f512af9b086727cfa Mon Sep 17 00:00:00 2001 From: Aokromes Date: Sun, 9 Feb 2014 10:53:49 +0100 Subject: DB/Creature: Fix trigger visibility They where visible to players and invisible to gms. --- sql/updates/world/2014_02_09_00_world_creature_template.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/2014_02_09_00_world_creature_template.sql (limited to 'sql') 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; -- cgit v1.2.3