From 18823bc06e9a01345aa600dbe528094c4ab84382 Mon Sep 17 00:00:00 2001 From: Aokromes Date: Sun, 9 Feb 2014 16:31:18 +0100 Subject: 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. --- sql/updates/world/2014_02_09_02_world_creature_template.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/2014_02_09_02_world_creature_template.sql (limited to 'sql') 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); -- cgit v1.2.3