diff options
| author | Matan Shukry <matanshukry@gmail.com> | 2021-02-16 00:04:04 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-15 23:04:04 +0100 |
| commit | 907fc00f191fe6e1c7ad0362c30b093f961bb6a7 (patch) | |
| tree | 7f50fff20d4e7176af9670eb7d581972804daf32 /sql | |
| parent | 8581bf28158754625ed606d8d0bb379efd3971db (diff) | |
Scripts/Spells: Casting druid spell Prowl will now auto shapeshift into cat form (#26088)
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/master/2021_02_15_00_world_druid_prowl.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_02_15_00_world_druid_prowl.sql b/sql/updates/world/master/2021_02_15_00_world_druid_prowl.sql new file mode 100644 index 00000000000..0e82783e7d3 --- /dev/null +++ b/sql/updates/world/master/2021_02_15_00_world_druid_prowl.sql @@ -0,0 +1,4 @@ +-- Add prowl spell script +DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_dru_prowl'; +INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES +(5215,'spell_dru_prowl'); |
