From ecdf304f570b018e8b7d608ef4182e9ee00abdd3 Mon Sep 17 00:00:00 2001 From: Aokromes Date: Sun, 16 Feb 2014 01:37:55 +0100 Subject: DB/Creature: Fix another trigger visible to players --- sql/updates/world/2014_02_16_01_world_creature_template.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/2014_02_16_01_world_creature_template.sql (limited to 'sql') diff --git a/sql/updates/world/2014_02_16_01_world_creature_template.sql b/sql/updates/world/2014_02_16_01_world_creature_template.sql new file mode 100644 index 00000000000..7eb6d3fa38f --- /dev/null +++ b/sql/updates/world/2014_02_16_01_world_creature_template.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature_template` SET `modelid1`=20570, `modelid2`=17612 WHERE `entry`=37852; -- cgit v1.2.3