diff options
| author | Keader <keader.android@gmail.com> | 2019-03-06 16:15:03 +0100 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2021-11-24 20:35:18 +0100 |
| commit | c72afc76be5a9be4041e9ee007cf176210055656 (patch) | |
| tree | 659d40efc87f672604a028a3684dcf829f1f0068 /sql | |
| parent | c0bcf98e0794c37b1bad8eff8aea6bd760884857 (diff) | |
Creature/Script: Daegarn
Remove the incorrect SAI and move it to cpp
(cherry picked from commit 482e0dad30ccb88ae4d518fc205f1cd76202fed7)
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/master/2021_11_24_23_world_2019_03_06_02_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_11_24_23_world_2019_03_06_02_world.sql b/sql/updates/world/master/2021_11_24_23_world_2019_03_06_02_world.sql new file mode 100644 index 00000000000..5fb9a878759 --- /dev/null +++ b/sql/updates/world/master/2021_11_24_23_world_2019_03_06_02_world.sql @@ -0,0 +1,3 @@ +-- +UPDATE `creature_template` SET AIName="" WHERE `entry` IN (24151); +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (24151) AND `source_type`=0; |
