diff options
| author | Shauren <shauren.trinity@gmail.com> | 2023-08-20 12:26:29 +0200 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2023-08-20 12:26:29 +0200 |
| commit | d01e7a0d2f9436aeeb7e6c195b6197998637be4c (patch) | |
| tree | 32d006fd23acf42d4abec3e66e41b02694c89b01 /sql/updates | |
| parent | f1c51e2a8d3e1cfe7cb8ebf08260d2c74b8b56cb (diff) | |
Scripts/Spells: Moved creature script to spell script
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/world/master/2023_08_20_00_world.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/master/2023_08_20_00_world.sql b/sql/updates/world/master/2023_08_20_00_world.sql new file mode 100644 index 00000000000..e10895686b1 --- /dev/null +++ b/sql/updates/world/master/2023_08_20_00_world.sql @@ -0,0 +1 @@ +UPDATE `creature_template` SET `ScriptName`='' WHERE `entry`=47649; |
