From 4b0cd29aef1b1b799892fab311fbb07b653e3eda Mon Sep 17 00:00:00 2001 From: ariel- Date: Wed, 27 Dec 2017 20:43:25 -0300 Subject: DB/Creature: set trigger flag to Imp in a Ball (cherry picked from commit 4ff4c38ac6ac1b1547b77c25ce88e06c4232095b) --- sql/updates/world/master/2021_03_19_03_world_2017_12_28_02_world.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql/updates/world/master/2021_03_19_03_world_2017_12_28_02_world.sql (limited to 'sql') diff --git a/sql/updates/world/master/2021_03_19_03_world_2017_12_28_02_world.sql b/sql/updates/world/master/2021_03_19_03_world_2017_12_28_02_world.sql new file mode 100644 index 00000000000..8f580e7362b --- /dev/null +++ b/sql/updates/world/master/2021_03_19_03_world_2017_12_28_02_world.sql @@ -0,0 +1 @@ +UPDATE `creature_template` SET `flags_extra`=128 WHERE `entry`=23224; -- cgit v1.2.3