diff options
| author | MitchesD <majklprofik@seznam.cz> | 2014-03-21 23:35:19 +0100 |
|---|---|---|
| committer | MitchesD <majklprofik@seznam.cz> | 2014-03-22 10:04:43 +0100 |
| commit | e40d4e6f1680128e3bf7cc4ca0c1c7dbf1074deb (patch) | |
| tree | 2c4bfc38fa0c8c8d9d7dcb639a7469403db8d336 /sql | |
| parent | 9e99db035f554c8f4954e025f599ef752c1f4e01 (diff) | |
Scripts/Spells: fix logic fail in q9874
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/2014_03_22_00_world_creature_template.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/2014_03_22_00_world_creature_template.sql b/sql/updates/world/2014_03_22_00_world_creature_template.sql new file mode 100644 index 00000000000..21409b157c2 --- /dev/null +++ b/sql/updates/world/2014_03_22_00_world_creature_template.sql @@ -0,0 +1 @@ +UPDATE `creature_template` SET `ScriptName`='' WHERE `entry`=18240; |
