From a352e5b8e76f7649c52ba65166caf7eb1d97d642 Mon Sep 17 00:00:00 2001 From: Aokromes Date: Sun, 9 Feb 2014 18:12:03 +0100 Subject: DB/Creature: Fix another trigger visibility Updates #5182, by mweinelt --- sql/updates/world/2014_02_09_04_world_creature_template.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/2014_02_09_04_world_creature_template.sql (limited to 'sql') diff --git a/sql/updates/world/2014_02_09_04_world_creature_template.sql b/sql/updates/world/2014_02_09_04_world_creature_template.sql new file mode 100644 index 00000000000..1cafe823d75 --- /dev/null +++ b/sql/updates/world/2014_02_09_04_world_creature_template.sql @@ -0,0 +1,2 @@ +-- set trigger flag for NPC_JEDOGA_CONTROLLER +UPDATE `creature_template` SET `flags_extra` = `flags_extra`|128 WHERE `entry` = 30181; -- cgit v1.2.3