diff options
author | Killyana <morphone1@gmail.com> | 2015-11-10 16:13:21 +0100 |
---|---|---|
committer | MitchesD <majklprofik@seznam.cz> | 2015-12-22 22:43:52 +0100 |
commit | 0a085040e94ec1349e720263368f16a124e00bd6 (patch) | |
tree | 7c84e4717fef85fb47d05e4ca8261a1c956095cf | |
parent | bc283590beb55e640a68c1c26a6d833145c2e2a6 (diff) |
DB: Fix a DB error
(cherry picked from commit 311a8df4b70d89780388213ab97e8a8186d5146b)
-rw-r--r-- | sql/updates/world/2015_12_22_02_world_2015_11_10_01.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2015_12_22_02_world_2015_11_10_01.sql b/sql/updates/world/2015_12_22_02_world_2015_11_10_01.sql new file mode 100644 index 00000000000..fe9c0b1b8e2 --- /dev/null +++ b/sql/updates/world/2015_12_22_02_world_2015_11_10_01.sql @@ -0,0 +1,2 @@ +-- +DELETE FROM `game_event_creature` WHERE `guid`= 144883; |