From 79f01de094880857469dd83aa6934b635dd72e50 Mon Sep 17 00:00:00 2001 From: Gacko Date: Tue, 3 Jun 2014 10:04:03 +0200 Subject: DB/Creature: Remove phaseMask hack of Shadowmoon Tuber Nodes Related to 26370223a0b9ab7b9542a6a727347063397f0fa7 --- sql/updates/world/2014_06_03_world_creature.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql/updates/world/2014_06_03_world_creature.sql (limited to 'sql/updates') diff --git a/sql/updates/world/2014_06_03_world_creature.sql b/sql/updates/world/2014_06_03_world_creature.sql new file mode 100644 index 00000000000..81953785fd5 --- /dev/null +++ b/sql/updates/world/2014_06_03_world_creature.sql @@ -0,0 +1 @@ +UPDATE `creature` SET `phaseMask`=1 WHERE `id`=21347; -- cgit v1.2.3