diff options
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/master/2019_06_15_05_world_2017_01_09_01_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/master/2019_06_15_05_world_2017_01_09_01_world.sql b/sql/updates/world/master/2019_06_15_05_world_2017_01_09_01_world.sql new file mode 100644 index 00000000000..d08dbd8d75e --- /dev/null +++ b/sql/updates/world/master/2019_06_15_05_world_2017_01_09_01_world.sql @@ -0,0 +1,4 @@ +UPDATE `creature_template` SET `unit_flags`=33587200, `unit_flags2`=2080 WHERE `entry`=29791; -- Fixed flags of Rhino Spirit + +DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_gal_darah_stampede_charge'; +INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES (59823, 'spell_gal_darah_stampede_charge'); |
